Created
April 16, 2014 23:12
-
-
Save chocnut/10941433 to your computer and use it in GitHub Desktop.
bash
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
#!/bin/bash | |
echo "Pls enter your user name:" | |
read name | |
echo "export CC_API_LOGIN=$name" >> ~/.bashrc | |
echo "Please enter your License Key:" | |
read key | |
echo "export CC_API_KEY=$key" >> ~/.bashrc | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment