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