Starbound/scripts/gitlab-ci/macos/run-server.sh
2025-03-21 22:23:30 +11:00

11 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