Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save EvgenyOrekhov/5c1418f4710558b5d6717d9e69c6e929 to your computer and use it in GitHub Desktop.
Save EvgenyOrekhov/5c1418f4710558b5d6717d9e69c6e929 to your computer and use it in GitHub Desktop.
Unofficial POSIX Shell Strict Mode
#!/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