sh smtm.sh | jq '.[] | select(.date | contains("2019-03")) | .amount' | jq 'tonumber' | sed -e '2,${/-/!d}' | awk '{s+=$1} END {print s}'