Add script to export avatar as .zip

This commit is contained in:
NullBite 2023-06-27 00:13:08 -04:00
parent 8428d6e027
commit e415653865
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

4
export.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
rm yzum.zip
git submodule update --init --recursive
find . -mindepth 1 -maxdepth 1 -not \( -name '*.xcf' -o -name '.*' -o -name '*.md' -o -name '*.sh' \) -exec apack yzum.zip '{}' +