5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh -ex
|
|
cd /srv/minecraft/bin
|
|
PATH=".:${PATH}"
|
|
sudo -u minecraft screen "$1"
|
|
|