dotfiles/.local/bin/tgz

6 lines
61 B
Plaintext
Raw Permalink Normal View History

2024-01-15 10:23:45 +00:00
#!/bin/bash
tar cvf $1.tar $1
gzip --best $1.tar
2024-12-09 04:20:13 +00:00
rm $1.tar