Skip to content

Instantly share code, notes, and snippets.

@tjarksaul
Created November 30, 2014 18:41
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 tjarksaul/1e70b161b046f12355a6 to your computer and use it in GitHub Desktop.
Save tjarksaul/1e70b161b046f12355a6 to your computer and use it in GitHub Desktop.
bash-3.2$ ./exit.sh
bash-3.2$ echo $?
38
bash-3.2$ cat exit.sh
#!/bin/bash
exit 2342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment