Dateien
depot/script/zipdepot
T
2024-05-25 22:39:15 +02:00

8 Zeilen
177 B
Plaintext
Ausführbare Datei

#/bin/bash
# this is a script file to generate a zip package from this source:
cd "$(dirname "$0")"
cd ..
mkdir -p zip
zip -r zip/depot.zip * -x .git/\* -x script/\* -x zip/\*