Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- ps aux|grep -v grep|#UBUCRAFT
- if [$? != 0]
- then
- $Launch Ubucraft
- else
- echo "Ubucraft appears to be running"
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement