osb/attic/gitlab-ci/macos/run-server.sh
2024-03-07 13:56:23 +11:00

12 lines
151 B
Bash

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