dotfiles/.local/bin/tgz
2024-12-08 21:20:13 -07:00

6 lines
61 B
Bash
Executable File

#!/bin/bash
tar cvf $1.tar $1
gzip --best $1.tar
rm $1.tar