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)" +