Code Update

This commit is contained in:
Christer Warén 2024-05-30 19:19:35 +03:00
parent 7f950148e0
commit 706a917dbf
3 changed files with 18 additions and 0 deletions

View File

@ -1,4 +1,9 @@
wx-auto(){
wx-login
echo " >> Auto << "
echo "------------------------------"
wx-ssh-config-sync
wx-ssh-keys-sync
wx-ssh-sign

View File

@ -58,3 +58,7 @@ wx-ssh-keys-save(){
fi
fi
}
wx-ssh-keys-sync(){
echo ""
}

9
wx
View File

@ -56,6 +56,11 @@ wx-stop (){
}
wx-auto(){
wx-login
echo " >> Auto << "
echo "------------------------------"
wx-ssh-config-sync
wx-ssh-keys-sync
wx-ssh-sign
@ -449,6 +454,10 @@ wx-ssh-keys-save(){
fi
}
wx-ssh-keys-sync(){
echo ""
}
wx-ssh-sign(){
echo " >> SSH / Sign << "
echo "------------------------------"