Make the seconds utility friendlier

This commit is contained in:
Nick Chambers 2021-07-19 14:31:51 -05:00
parent 85358fb674
commit 553d7faecf
1 changed files with 4 additions and 0 deletions

4
rowbot
View File

@ -123,6 +123,10 @@ seconds() {
done
printf -- %s "$time"
if [[ -t 1 ]]; then
printf \\n
fi
}
url() {