Skip to content

Instantly share code, notes, and snippets.

@sun4lower
Last active March 16, 2018 09:25
Show Gist options
  • Save sun4lower/ceafc83f6b42ec013f72af4d54bcafbe to your computer and use it in GitHub Desktop.
Save sun4lower/ceafc83f6b42ec013f72af4d54bcafbe to your computer and use it in GitHub Desktop.
Expands to the exit status of the most recently executed foreground pipeline.
echo $?
if [$? -eq 0]; then
# do something
else
# do something else
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment