1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/launch-minecraft-server

6 lines
84 B
Text
Raw Normal View History

#!/bin/sh -ex
cd /srv/minecraft/bin
PATH=".:${PATH}"
sudo -u minecraft screen "$1"