Code Update

This commit is contained in:
Christer Warén
2024-06-16 04:01:17 +03:00
parent b014dd1990
commit 0071b7407d
6 changed files with 66 additions and 38 deletions

View File

@@ -7,9 +7,6 @@ wx-ssh(){
chmod 700 -R $HOME/.ssh/multiplex
case $1 in
sign)
wx-ssh-sign
;;
keys)
wx-ssh-keys $2 $3
;;
@@ -18,7 +15,6 @@ wx-ssh(){
;;
*)
wx-header "SSH"
wx-stop
;;
esac