# Usage: formatSeconds 70 -> 1m 10s
readarray -t result < <(formatSeconds seconds)
echo "${${1}[@]}"
fn fx fx time format seconds
0
0
lucycodes42
Shortcut: fx.time.format.seconds
0 Comments
Add Comment
Log in to add a comment
# Usage: formatSeconds 70 -> 1m 10s
readarray -t result < <(formatSeconds seconds)
echo "${${1}[@]}"
fn fx fx time format seconds
0
Shortcut: fx.time.format.seconds
Log in to add a comment