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