Lol, we just made a bash function using this. // echo_and_run() { echo "$*" ; "$@" ; } Logs the cmd before running.
Lol, we just made a bash function using this. // echo_and_run() { echo "$*" ; "$@" ; } Logs the cmd before running.