Skip to content

Instantly share code, notes, and snippets.

@stefan-vatov
Created June 23, 2021 18:14
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 stefan-vatov/55d3df7bf54ad72418a873b6121ab8af to your computer and use it in GitHub Desktop.
Save stefan-vatov/55d3df7bf54ad72418a873b6121ab8af to your computer and use it in GitHub Desktop.
[Check exit code of last command] #bash #shell
if [[ $? -eq 22 ]];
then
// code
else
// code
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment