osb/attic/gitlab-ci/macos/run-server.sh

12 lines
151 B
Bash
Raw Normal View History

2023-06-20 04:33:09 +00:00
#!/bin/sh -e
cd "`dirname \"$0\"`"
osascript <<END
tell application "Terminal"
do script "cd \"`pwd`\";./starbound_server $@;exit"
end tell
END