1
0
Fork 0
forked from ahurac/dotfiles
This commit is contained in:
Hippolyte Chauvin 2023-05-12 15:26:03 +02:00
parent 9970be29c0
commit 6b5312adff

View file

@ -81,7 +81,7 @@ set +e; trap - EXIT
# Main case statement # Main case statement
case "$arg" in case "$arg" in
status|start|stop|restatr|help) status|start|stop|restart|help)
"$arg" "$arg"
;; ;;
*) *)