Created
February 9, 2013 07:04
-
-
Save bobbyno/4744433 to your computer and use it in GitHub Desktop.
Use your Heroku .env settings to initialize environment variables available within a Groovy shell.
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
#!/usr/bin/env bash | |
eval "$(tr '\n' ' ' < .env)mvn groovy:shell" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment