Skip to content

Instantly share code, notes, and snippets.

@brockthebear
Created September 11, 2018 22:07
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 brockthebear/13f33023c2e18dd3876b338857e4c0ce to your computer and use it in GitHub Desktop.
Save brockthebear/13f33023c2e18dd3876b338857e4c0ce to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -o errexit
set -o nounset
main() {
echo "Hello, World!"
}
main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment