Thursday, March 5, 2009

exit status

exit 113 # Will return 113 to shell.
# To verify this, type "echo $?" after script terminates.

No comments: