CONFIG=~/.bitvaluerc
+TIMESPAN="24h"
+
USAGE="Usage: $(basename "$0") [-h] [-t val]
Simple bash script to visualize the value of your bitcoin investment.
Arguments:
-h show this help text
- -t set the timespan (default: 30d)"
-
-TIMESPAN="30d"
+ -t set the timespan (default: $TIMESPAN)"
while getopts ':ht:' option; do
case "$option" in