updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / craftbukkit-git / cbconsole.sh
bloba6abb058df1eb77a858d856faa452841f1972c39
1 #!/bin/bash
2 status=`rc.d list started | grep craftbukkit`
3 if [ -z "$status" ]
4 then
5 echo "Please start the Craftbukkit server"
6 else
7 tmux -S /tmp/craftbukkit-console attach
8 fi