Expédition SMS bio-dynamie.org (cron daily)

This commit is contained in:
qo-op 2021-06-11 05:01:49 +02:00
parent ddff87cd7c
commit 2a613c6053
1 changed files with 12 additions and 0 deletions

12
biosms.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
################################################################################
# Author: Fred (support@qo-op.com)
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
################################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
echo "EXECUTE $ME ($1, $2)"