druid/examples/bin/historical.sh

11 lines
140 B
Bash
Raw Normal View History

2016-05-10 12:00:13 -04:00
#!/bin/bash -eu
usage="Usage: historical.sh (start|stop)"
if [ $# -lt 1 ]; then
echo $usage
exit 1
fi
sh ./bin/node.sh historical $1