Code Update

This commit is contained in:
Christer Warén
2024-06-01 02:09:21 +03:00
parent e1b05fbc51
commit 90414af2dc
4 changed files with 20 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
wx-ssh-keys(){
wx-header "SSH / Keys"
wx-restricted
case $1 in
generate)
@@ -27,6 +27,7 @@ wx-ssh-keys(){
}
wx-ssh-keys-generate(){
wx-header "SSH / Keys"
wx-restricted
if [[ ! -z $1 ]]
then
@@ -38,6 +39,7 @@ wx-ssh-keys-generate(){
}
wx-ssh-keys-retrieve(){
wx-header "SSH / Keys"
wx-restricted
if [[ ! -z $1 ]]
then
@@ -51,6 +53,7 @@ wx-ssh-keys-retrieve(){
}
wx-ssh-keys-save(){
wx-header "SSH / Keys"
wx-restricted
if [[ ! -z $1 ]]
then
@@ -62,6 +65,7 @@ wx-ssh-keys-save(){
}
wx-ssh-keys-sync(){
wx-header "SSH / Keys"
wx-restricted
echo ""
}