blob: da20a195472e0e751881d411a09ec5b7e4cb22a4 [file] [log] [blame]
#!/bin/bash -eu
usage="Usage: middleManager.sh (start|stop|status)"
if [ $# -lt 1 ]; then
echo $usage
exit 1
fi
cd $(dirname $0)/../
sh ./bin/node.sh middleManager $1