Compare commits

..

No commits in common. "706a917dbf3017e070001c5fad8c41fdb8a30a4c" and "a54f68ded0e01d0651503d76f2bdf716556554ab" have entirely different histories.

3 changed files with 2 additions and 20 deletions

View File

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

View File

@ -6,7 +6,7 @@ wx-ssh-keys(){
generate) generate)
wx-ssh-keys-retrieve $2 wx-ssh-keys-retrieve $2
wx-ssh-keys-generate $2 wx-ssh-keys-generate $2
wx-ssh-keys-save $2 wx-ssh-config-save $2
;; ;;
retrieve) retrieve)
wx-ssh-keys-retrieve $2 wx-ssh-keys-retrieve $2
@ -58,7 +58,3 @@ wx-ssh-keys-save(){
fi fi
fi fi
} }
wx-ssh-keys-sync(){
echo ""
}

11
wx
View File

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