Skip to content

Instantly share code, notes, and snippets.

View jamiebegin's full-sized avatar

Jamie Begin jamiebegin

View GitHub Profile
@jamiebegin
jamiebegin / .bashrc
Created January 17, 2013 14:26
Simple Bash script and alias used to manage multiple access credentials for Amazon Web Services from the command line.
# Place this command in your .bashrc (or whatever is appropriate for your shell of choice).
alias aws='client=$1 source ~/bin/aws.sh $client'