Created
November 30, 2014 18:41
-
-
Save tjarksaul/1e70b161b046f12355a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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