Created
March 5, 2014 16:28
-
-
Save iperdomo/9370646 to your computer and use it in GitHub Desktop.
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
| #/bin/bash | |
| set -e | |
| [[ -n "${MYENV}" ]] || { echo "MYENV needs to be declared"; exit 1; } | |
| echo "everything OK" |
Author
iperdomo
commented
Mar 5, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment