Skip to content

Instantly share code, notes, and snippets.

@chocnut
Created April 16, 2014 23:12
Show Gist options
  • Save chocnut/10941433 to your computer and use it in GitHub Desktop.
Save chocnut/10941433 to your computer and use it in GitHub Desktop.
bash
#!/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