Some interesting findings from web-dev land…
You can return the exit/return code of the command you just ran in OSX/Linux using this simple command: 1echo $? This is handy when debugging scripts that rely on shell command return values.