Skip to content

Instantly share code, notes, and snippets.

@Genovo
Created September 13, 2017 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Genovo/9872a45ca5d5e0760caed7af893d3d3d to your computer and use it in GitHub Desktop.
Save Genovo/9872a45ca5d5e0760caed7af893d3d3d to your computer and use it in GitHub Desktop.
Bash "Strict Mode"
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
@Genovo
Copy link
Author

Genovo commented Sep 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment