Commit c4e47ab
committed
simplify script duration output
Bash contains a variable 'SECONDS' that indicates how long
the current shell has been alive. It seems sane to just use that
to indicate to the user how long the script took.1 parent 94c889a commit c4e47ab
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
666 | 663 | | |
667 | 664 | | |
668 | 665 | | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
| 666 | + | |
| 667 | + | |
0 commit comments