Files
wx/src/commands/ssh.sh
Christer Warén 256a79e427 Code Update
2024-06-24 06:32:58 +03:00

17 lines
243 B
Bash

wx-ssh(){
wx-login
case $1 in
keys)
wx-ssh-keys $2 $3
;;
config)
wx-ssh-config $2
;;
*)
wx-header "SSH"
wx-stop
;;
esac
}