DebBuggerShell
A script to debug all your script project! Use STDOUT STDERR and Bash trace.
Apply it on start of each script!!
#Example Usage:
yourscript.sh
#!/bin/sh source debbuger.sh
echo "your entire code"
exit 0
a script to debug all your script when running! Apply it on start of each script
ShellMIT
A script to debug all your script project! Use STDOUT STDERR and Bash trace.
Apply it on start of each script!!
#Example Usage:
yourscript.sh
#!/bin/sh source debbuger.sh
echo "your entire code"
exit 0