Created
March 18, 2016 09:03
-
-
Save padde/b462acf3d6f3478a879b to your computer and use it in GitHub Desktop.
Shell Script Template
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
#!/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sources: