From 2a613c6053d3dc4899d3c24ec53492916be28690 Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 11 Jun 2021 05:01:49 +0200 Subject: [PATCH] =?UTF-8?q?Exp=C3=A9dition=20SMS=20bio-dynamie.org=20(cron?= =?UTF-8?q?=20daily)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biosms.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 biosms.sh diff --git a/biosms.sh b/biosms.sh new file mode 100644 index 0000000..3fd17d7 --- /dev/null +++ b/biosms.sh @@ -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)" +