6 lines
No EOL
78 B
Bash
Executable file
6 lines
No EOL
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
printf "Zipping\n"
|
|
ZIP_DIR="$(pwd)/xxtr-zip"
|
|
cd $ZIP_DIR
|
|
./zip.sh |