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
|
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
|
||||||
|
|
Loading…
Reference in a new issue