Skip to content

Instantly share code, notes, and snippets.

@lwoodson
Last active August 8, 2016 23:41
Show Gist options
  • Save lwoodson/4310fcdc7eea0592aae34c6db2d7b161 to your computer and use it in GitHub Desktop.
Save lwoodson/4310fcdc7eea0592aae34c6db2d7b161 to your computer and use it in GitHub Desktop.
#!/bin/bash
# would be /usr/local/install/helpers.sh or some such
# Just needs to be in predictable location with an absolute path
source "install-helpers.sh"
error
error() {
echo 1>&2 "oops, I did it again"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment