Skip to content

Instantly share code, notes, and snippets.

@padde
Created March 18, 2016 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padde/b462acf3d6f3478a879b to your computer and use it in GitHub Desktop.
Save padde/b462acf3d6f3478a879b to your computer and use it in GitHub Desktop.
Shell Script Template
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'