Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pvassiliou on github.
  • I am periklis (https://keybase.io/periklis) on keybase.
  • I have a public key ASCiwb7fEtLBOR5BhEqGdCeEtXwdmuQi4iOgD2lI5YoWIQo

To claim this, I am signing this object:

@pvassiliou
pvassiliou / aws.zsh
Created September 8, 2016 13:29 — forked from alexsapran/aws.zsh
AWS CLI bash wrapper dot file
_warning(){
echo -e "\e[31m${@}\e[0m"
}
_info(){
echo -e $@
}
_success(){
echo -e "\e[32m${@}\e[0m"
}