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
case "${2}" in
"help")
help
help "$server"
;;
"broadcast")
shift
broadcast "$server" "$2"
;;
*)
help
help "$server"
exit 1
esac
fi