alunizaje/StartGamedev-160604-osx/open-editor.command
2016-11-03 00:05:36 +01:00

3 lines
100 B
Bash
Executable File

CWD="`dirname \"$0\"`"
open -a "$CWD/tools/zbstudio.app" --args "$CWD/Game/" "$CWD/Game/main.lua" &