Skip to content

Instantly share code, notes, and snippets.

@subakva
Created May 18, 2012 21:05
Show Gist options
  • Save subakva/2727613 to your computer and use it in GitHub Desktop.
Save subakva/2727613 to your computer and use it in GitHub Desktop.
Load Foreman .env file in .powrc
for ENV_DECL in `cat .env`
do
export $ENV_DECL
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment