Skip to content

Instantly share code, notes, and snippets.

@thegitfather
Created May 7, 2017 16:22
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 thegitfather/b50cccd8c56d1df0cedfc51b6baec059 to your computer and use it in GitHub Desktop.
Save thegitfather/b50cccd8c56d1df0cedfc51b6baec059 to your computer and use it in GitHub Desktop.
assign exit code of a sub shell command to a variable
ALIVE=$(ping -c 3 www.example.com &>/dev/null ; echo $?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment