4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
# Just compress the given directory!
|
||
|
7z a "$1" "$@"
|