osb/scripts/ci/macos/run-server.sh
2024-03-17 22:38:55 +11:00

12 lines
151 B
Bash
Executable File

#!/bin/sh -e
cd "`dirname \"$0\"`"
osascript <<END
tell application "Terminal"
do script "cd \"`pwd`\";./starbound_server $@;exit"
end tell
END