SEND /tmp/sms_${GUILDE} MESSAGE TO ALL GUILDE MEMBERS

This commit is contained in:
qo-op 2021-07-13 13:35:22 +02:00
parent 46b1e1df4c
commit 609033152f
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
################################################################################
## SEND /tmp/sms_${GUILDE} MESSAGE TO ALL GUILDE MEMBERS
########################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
echo "EXECUTE $ME ($1)"
[[ "$1" == "" ]] && GUILDE="BIODYN" || GUILDE="$1" ## DEFAULT GUILDE BIODYN