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