figura-yzum/export.sh

5 lines
192 B
Bash
Executable File

#!/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 '{}' +