Skip to content

Instantly share code, notes, and snippets.

@padde
Created March 18, 2016 09:03
Show Gist options
  • 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment