Created
December 6, 2017 13:23
-
-
Save z0ph/02331d92f383a4d45fb7b9ffa43d790a to your computer and use it in GitHub Desktop.
Amazon Linux AMI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yum install bash-completion --enablerepo=epel -y | |
. /etc/bash_completion | |
curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash | |
mv awless /usr/local/bin/ | |
echo 'source <(awless completion bash)' >> ~/.bashrc:x | |
source .bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment