run-server-headless.sh

Run Starbound server in no GUI headless mode on Linux

#!/bin/sh

# Put this file into the ~/.local/share/Steam/steamapps/common/Starbound/linux directory

cd "`dirname \"$0\"`"

./starbound_server "$@"
exit $?