ADD zip file, commit with lfs

Dieser Commit ist enthalten in:
2024-05-25 22:39:15 +02:00
Ursprung 464f7bd1ac
Commit 82cec820d3
3 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
Ausführbare Datei
+7
Datei anzeigen
@@ -0,0 +1,7 @@
#/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/\*