Tuesday, April 08, 2008

Running a script in debug mode

The first line of the script should include a -x, for the script to run in debugging mode.

#!/usr/bin/bash -x

0 Comments:

Post a Comment

<< Home