repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git]
/
craftbukkit-git
/
cbconsole.sh
blob
a6abb058df1eb77a858d856faa452841f1972c39
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