Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TechMod= ps -ef | grep -i techMod | grep -v grep; echo $?
- echo "$TechMod"
- if [ "$TechMod" == 0 ]; then
- #sh /minecraft/TechMod/LaunchServer.sh
- echo "running"
- else
- echo "not running"
- fi
Advertisement
Add Comment
Please, Sign In to add comment