Source Update

This commit is contained in:
Christer Warén
2024-04-27 23:32:06 +03:00
parent 91ae087bd4
commit b2d3908d6f
11 changed files with 133 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
wx-ssh() {
echo -n ">>> SSH <<<";
wx-login
echo -n "$wxItalic"
echo " >> SSH << "
echo -n "$wxNormal";
echo "------------------------------"
}