Template:Suaws
Revision as of 08:56, 31 July 2022 by Thomas (talk | contribs) (Created page with " suaws () { if [ -z "$1" ]; then echo "possible values: $(aws configure list-profiles)" else export AWS_PROFILE=$1 export PS1='...")
suaws () { if [ -z "$1" ]; then echo "possible values: $(aws configure list-profiles)" else export AWS_PROFILE=$1 export PS1='[\u@\h $AWS_PROFILE]\$ ' fi }
Advertising: