Closed paralin closed 8 years ago
Currently you do something like this:
echo "mycommand myargs" mycommand myargs
You could just do:
# At the beginning of the file set -x mycommand myargs
Does roughly the same thing, tells bash to print out the commands as they are executed.
Done in #18
Merged
Currently you do something like this:
You could just do:
Does roughly the same thing, tells bash to print out the commands as they are executed.