commit | c4e47ab8586069dea52b86fa939ad8a8deeacc2e | [log] [tgz] |
---|---|---|
author | Scott Moser <smoser@ubuntu.com> | Fri Oct 07 13:29:29 2011 +0000 |
committer | Scott Moser <smoser@brickies.net> | Wed Oct 12 08:39:44 2011 -0400 |
tree | 9748999929cba4275a66126e9faafa194f41b18b | |
parent | 94c889ac1587e2e5096c4472e4a4385dfd76d331 [diff] |
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.