Files
XStarboundDocker/start.sh
T
2024-11-11 15:49:04 +01:00

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