add function annotations

pull/1473/head
cornfeedhobo 2020-01-04 08:54:27 -08:00
parent 1e834c24fe
commit 3923d2d74b
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ __bma_load() {
}
install-bash-my-aws() {
about 'Install bash-my-aws'
group 'bash-my-aws'
if [[ ! -d "$BASH_MY_AWS" ]] ; then
git clone https://github.com/bash-my-aws/bash-my-aws.git $BASH_MY_AWS
echo "bash-my-aws successfully installed."