Add pack.sh

This commit is contained in:
Fierelier 2023-04-23 11:56:33 +02:00
parent e1a14dc0cf
commit 61f244ae0d
1 changed files with 4 additions and 0 deletions

4
developer/pack.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd "$(dirname "$(realpath -s "$BASH_SOURCE")")/.."
rm "$PWD.zip" 2>/dev/null
zip "$PWD.zip" -r . -x ".git/*"