mysticdrew

Untitled

Sep 4th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. TechMod= ps -ef | grep -i techMod | grep -v grep; echo $?
  2. echo "$TechMod"
  3. if [ "$TechMod" == 0 ]; then
  4. #sh /minecraft/TechMod/LaunchServer.sh
  5. echo "running"
  6. else
  7. echo "not running"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment