dotfiles/.local/bin/scripts/compress

4 lines
62 B
Plaintext
Raw Normal View History

2023-03-12 21:35:11 +00:00
#!/bin/sh
# Just compress the given directory!
7z a "$1" "$@"