added run status option

This commit is contained in:
silvernode 2016-04-03 07:32:00 -07:00
parent de6e8d1b1c
commit a38851c8fc

View File

@ -48,6 +48,9 @@ case "$1" in
;;
open) xdg-open "http://localhost:8080" &> /dev/null
;;
status) ps -fC java
;;
esac