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