tar gzip script
This commit is contained in:
parent
ac4d1a97a5
commit
9c83663b89
4
.local/bin/tgz
Executable file
4
.local/bin/tgz
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tar cvf $1.tar $1
|
||||||
|
gzip --best $1.tar
|
Loading…
Reference in New Issue
Block a user