Skip to content

Instantly share code, notes, and snippets.

View agargiulo's full-sized avatar

Anthony Gargiulo agargiulo

View GitHub Profile
@agargiulo
agargiulo / boto.zsh
Last active December 18, 2015 15:58 — forked from anonymous/boto.zsh
setopt extendedglob
typeset -a boto_web_envs
for cfg in `echo ~/.botocfg/(*~*.aws.cfg)`;do
boto_web_envs+="${cfg:t:r}"
done
benv(){
if [[ "$1" == "" ]];
then
print "Usage: $0 env-name\n" >&2