dotfiles/.local/bin/scripts/compress

4 lines
66 B
Bash
Executable File

#!/bin/sh
# Just compress the given directory!
7z a "$1.zip" "$@"