Code Update
This commit is contained in:
parent
7f950148e0
commit
706a917dbf
@ -1,4 +1,9 @@
|
|||||||
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
|
||||||
|
@ -58,3 +58,7 @@ wx-ssh-keys-save(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wx-ssh-keys-sync(){
|
||||||
|
echo ""
|
||||||
|
}
|
||||||
|
9
wx
9
wx
@ -56,6 +56,11 @@ 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
|
||||||
@ -449,6 +454,10 @@ 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 "------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user