dotfiles/.local/bin/tgz
2024-01-15 03:23:45 -07:00

5 lines
51 B
Bash
Executable File

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