dotfiles/.local/bin/scripts/compress

4 lines
62 B
Bash
Executable File

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