autocommit
This commit is contained in:
parent
54484cbf56
commit
167179df7c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function help() {
|
function help() {
|
||||||
echo -e "usage: pms-cli --server $1 <operation>
|
echo -e "usage: $(basename ${0}) --server $1 <operation>
|
||||||
operations:
|
operations:
|
||||||
pms-cli --server $1 broadcast \"[message]\""
|
$(basename ${0}) --server $1 broadcast \"[message]\""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue