Trying something out

This commit is contained in:
WilliamMiceli
2019-11-14 21:04:37 -05:00
parent e55daa178a
commit fab7d21191
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/sh
unzip /MinecraftServer.zip -d /MinecraftServer
screen
cd /MinecraftServer
LD_LIBRARY_PATH=. ./bedrock_server
StartServer
pid=$!
wait
echo "Server process stopped"