Skip to content

Instantly share code, notes, and snippets.

@cdmwebs
Created April 7, 2010 05:57
Show Gist options
  • Save cdmwebs/358585 to your computer and use it in GitHub Desktop.
Save cdmwebs/358585 to your computer and use it in GitHub Desktop.
# set the current account
function hset() {
ln -nfs ~/.heroku/credentials.$1 ~/.heroku/credentials
}
# get the current account
function hget() {
readlink ~/.heroku/credentials | awk -F . '{print $NF}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment