Inspired by:
Created
March 14, 2018 12:05
-
-
Save EvgenyOrekhov/5c1418f4710558b5d6717d9e69c6e929 to your computer and use it in GitHub Desktop.
Unofficial POSIX Shell Strict Mode
This file contains 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
#!/bin/sh | |
set -o errexit | |
set -o nounset | |
IFS=$(printf '\n\t') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment