wip
This commit is contained in:
parent
0e57ea4d88
commit
1a6b2aab99
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue