6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "$(dirname "$(readlink -f "$0")")"
|
|
|
|
scripts/shcompile src/main.sh > zpkg
|
|
chmod +x zpkg
|