fbdb772c76
* Edited the `wicked-engine.sh` shebang shell to `sh`
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting Wicked Engine"
|
|
|
|
cd $WICKED
|
|
|
|
exec ./WickedEngineEditor $@
|