Created
February 7, 2013 05:40
-
-
Save ChimeraCoder/4728823 to your computer and use it in GitHub Desktop.
Sample env variable configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check-envars: guard-APP_SETTINGS uard-TWILIO_ACCOUNT_SID guard-TWILIO_AUTH_TOKEN | |
guard-%: | |
@if [ -z ${${*}} ] ; then \ | |
echo "Environment variable $* not set"; \ | |
exit 1; \ | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment