Files
WickedEngine/Editor/Linux/Installer/Distribution/wicked-engine.sh
T
Molasses fbdb772c76 Changed the Wicked Engine launcher shebang (#442)
* Edited the `wicked-engine.sh` shebang shell to `sh`
2022-05-13 11:56:12 +02:00

8 lines
83 B
Bash
Executable File

#!/bin/sh
echo "Starting Wicked Engine"
cd $WICKED
exec ./WickedEngineEditor $@