You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to time each commands in a bash script. It has no functions.
Is it possible to use the bash-command-timer for this task?
I tried it with no luck. I tried it with adding . /path/to/bash-command-timer.sh and with bash /path/to/bash-command-timer.sh ./myScript.sh, this didn't work.