BSFL
0.1.0
Bash Shell Function Library
|
Functions | |
elapsed (start, stop) | |
Displays the time elapsed between the 'start' and 'stop' parameters. More... | |
now () | |
Displays the current timestamp. More... | |
start_watch () | |
Starts the watch. | |
stop_watch () | |
Stops the watch and displays the time elapsed. More... | |
elapsed | ( | start | , |
stop | |||
) |
Displays the time elapsed between the 'start' and 'stop' parameters.
start | Start timestamp. |
stop | Stop timestamp. |
now | ( | ) |
Displays the current timestamp.
stop_watch | ( | ) |
Stops the watch and displays the time elapsed.
0 | if succeed. |
1 | if the watch has not been started. |