#!/bin/sh
# Put this file into the ~/.local/share/Steam/steamapps/common/Starbound/linux directory
cd "`dirname \"$0\"`"
./starbound_server "$@"
exit $?
#!/bin/sh
# Put this file into the ~/.local/share/Steam/steamapps/common/Starbound/linux directory
cd "`dirname \"$0\"`"
./starbound_server "$@"
exit $?