Skip to content

Instantly share code, notes, and snippets.

@c9n
Created May 15, 2014 09:34
Show Gist options
  • Save c9n/b19eb00291fc410a70cf to your computer and use it in GitHub Desktop.
Save c9n/b19eb00291fc410a70cf to your computer and use it in GitHub Desktop.
Better Bash Scripting
#!/bin/bash
set -o nounset
set -o errexit
@c9n
Copy link
Author

c9n commented Jan 15, 2015

set -e

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