Skip to content

Instantly share code, notes, and snippets.

@MShahine
MShahine / profile-hack.sh
Created August 7, 2020 12:33
Move This To Your Profile or .bashrc and reload the file and then Use this shortcuts And Happy Hunting
#----- AWS -------
s3ls(){
aws s3 ls s3://$1
}
s3cp(){
aws s3 cp $2 s3://$1
}