1 2 3 4
#!/bin/sh TAB="$(printf '\t')" time2tsv "$@" | cut -d"$TAB" -f3 | paste -sd+ - | bc | timefmt