Source Update

This commit is contained in:
Christer Warén
2024-04-28 06:08:57 +03:00
parent 824ca7168c
commit 28aed09fd1
6 changed files with 120 additions and 20 deletions

View File

@@ -1,8 +1,20 @@
wx-ssh() {
wx-login
echo -n "$wxItalic"
echo " >> SSH << "
echo -n "$wxNormal";
echo "------------------------------"
case $1 in
sign)
wx-ssh-sign
;;
config)
wx-ssh-config
;;
*)
echo -n "$wxItalic"
echo " >> SSH << "
echo -n "$wxNormal";
echo "------------------------------"
wx-stop
;;
esac
}