Skip to content

Instantly share code, notes, and snippets.

@c9n
Created May 15, 2014 09:34
Show Gist options
  • Select an option

  • Save c9n/b19eb00291fc410a70cf to your computer and use it in GitHub Desktop.

Select an option

Save c9n/b19eb00291fc410a70cf to your computer and use it in GitHub Desktop.
Better Bash Scripting
#!/bin/bash
set -o nounset
set -o errexit
@c9n

c9n commented Jan 15, 2015

Copy link
Copy Markdown
Author

set -e

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