5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
tar cvf $1.tar $1
|
||
|
gzip --best $1.tar
|