tar gzip script

This commit is contained in:
2024-01-15 03:23:45 -07:00
parent ac4d1a97a5
commit 9c83663b89

4
.local/bin/tgz Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
tar cvf $1.tar $1
gzip --best $1.tar