mirror of
https://github.com/AlexMacocian/XStarboundDocker.git
synced 2026-07-25 08:22:16 +00:00
11 lines
152 B
Bash
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 |