Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created December 3, 2013 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewVos/7769535 to your computer and use it in GitHub Desktop.
Save AndrewVos/7769535 to your computer and use it in GitHub Desktop.
export LAST_EXIT_CODE=$?
echo EXIT CODE: $LAST_EXIT_CODE
if [ $LAST_EXIT_CODE -ne 0 ]; then
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment