Debug mode: print issued commands to stdout
Status: Inactive
Brought to you by:
nandhp
Apply this patch to add a "-d" option that prints all
commands issued to the OS to stdout.
Might conflict with previous "interface needs to be up"
patch, but is trivially integrated.
We need separate system() and `backtick` handling to
make sure return values survive intact from system() if
needed.
Patch