Files
XStarboundDocker/start.sh
T
2024-11-11 15:25:53 +01:00

11 lines
152 B
Bash

#!/bin/bash
cd /starbound/steamapps/common/Starbound/server
chmod +x xserver.sh
./xserver.sh
while :
do
echo "Press [CTRL+C] to stop.."
sleep 1
done