Skip to content

Commit

Permalink
Update kas
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreirarocha committed Aug 12, 2018
1 parent fef1551 commit 0149cd4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kas
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ chmod +x /usr/bin/kas
EOF
kas --help

}
install(){
echo "Instalando o script KAS Key Acess SSH"
wget -O /usr/bin/kas https://raw.githubusercontent.com/ferreirarocha/utilitarios/master/kas
chmod +x /usr/bin/kas
cat <<EOF
Script Instalado"
Veja a lista de opçoes"
EOF
kas --help

}

config(){
Expand Down Expand Up @@ -373,6 +386,10 @@ RETVAL=0
echo "Script remmovido"

;;
--install)

install
;;

--version|-v)

Expand Down

0 comments on commit 0149cd4

Please sign in to comment.