diff --git a/Bash Scripts/gitbucket.sh b/Bash Scripts/gitbucket.sh index 8c2f5f6..8e9097f 100755 --- a/Bash Scripts/gitbucket.sh +++ b/Bash Scripts/gitbucket.sh @@ -48,6 +48,9 @@ case "$1" in ;; + open) xdg-open "http://localhost:8080" &> /dev/null + ;; + status) ps -fC java ;; esac