Created
February 2, 2017 09:24
-
-
Save marcelkalveram/56364ad138073931c060d74700c5403a to your computer and use it in GitHub Desktop.
This file contains 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 | |
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