TIMESPAN="24h"
-USAGE="Usage: $(basename "$0") [-h] [-t val]
+USAGE="Usage: $(basename "$0") [-h] [-t 10m|1h|24h|3d|7d|30d|6m|2y|5y|all]
Simple bash script to visualize the value of your bitcoin investment.
Arguments:
-h show this help text
- -t set the timespan (default: $TIMESPAN)"
+ -t used timespan (default: $TIMESPAN)"
while getopts ':ht:' option; do
case "$option" in