mirror of
https://github.com/AlexMacocian/XStarboundDocker.git
synced 2026-07-21 01:39:31 +00:00
11 lines
125 B
Bash
11 lines
125 B
Bash
#!/bin/bash
|
|
|
|
cd /starbound/server
|
|
chmod +x xserver.sh
|
|
./xserver.sh
|
|
|
|
while :
|
|
do
|
|
echo "Press [CTRL+C] to stop.."
|
|
sleep 1
|
|
done |