Skip to content

Instantly share code, notes, and snippets.

@marcelkalveram
Created February 2, 2017 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelkalveram/56364ad138073931c060d74700c5403a to your computer and use it in GitHub Desktop.
Save marcelkalveram/56364ad138073931c060d74700c5403a to your computer and use it in GitHub Desktop.
#!/bin/bash
env=""
cat /dev/null > .env
for i in CONTENTFUL_SPACE_ID CONTENTFUL_ACCESS_TOKEN TESTFAIRY_API_TOKEN SEGMENTIOWRITEKEY INTERCOM_KEY INTERCOM_APPID INTERCOM_SECRET_KEY CODEPUSH_KEY; do
echo $i=`printenv $i` >> .env
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment