Skip to content

Instantly share code, notes, and snippets.

@stefhen
Last active October 7, 2015 19:07
Show Gist options
  • Save stefhen/3211052 to your computer and use it in GitHub Desktop.
Save stefhen/3211052 to your computer and use it in GitHub Desktop.
export creds
#!/bin/bash
echo $AWS_ACCOUNT >> /tmp/cred.txt
echo $AWS_ACCESS_KEY_ID >> /tmp/cred.txt
echo $AWS_SECRET_ACCESS_KEY >> /tmp/cred.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment