zpkg/compile.sh
2020-07-09 11:53:53 +02:00

6 lines
101 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$(readlink -f "$0")")"
scripts/shcompile src/main.sh > zpkg
chmod +x zpkg