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