diff --git a/.clusterman.sh b/.clusterman.sh new file mode 100755 index 0000000..68db849 --- /dev/null +++ b/.clusterman.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +# Check parameters +[ $# -ne 3 ] && { echo "Usage: $0 "; exit 1; } + +# Load parameters +key=$1 +from=$2 +to=$3 + +# Load configuration +wai=$(dirname $(readlink -f "$0")) # Current script directory +source ${wai}/config.mk +