This commit is contained in:
LinuxSquare 2024-04-21 14:47:03 +02:00
parent 0e57ea4d88
commit 1a6b2aab99

View file

@ -10,14 +10,14 @@ function server() {
if [[ "$2" != "" ]]; then if [[ "$2" != "" ]]; then
case "${2}" in case "${2}" in
"help") "help")
help help "$server"
;; ;;
"broadcast") "broadcast")
shift shift
broadcast "$server" "$2" broadcast "$server" "$2"
;; ;;
*) *)
help help "$server"
exit 1 exit 1
esac esac
fi fi