Source Update

This commit is contained in:
Christer Warén 2024-04-26 06:34:52 +03:00
parent 219aac45e5
commit 2c5ddd1280
8 changed files with 46 additions and 46 deletions

View File

@ -1,3 +1,3 @@
warencli-login() {
echo ">>> Authentication: Login";
echo ">>> Login <<<";
}

View File

@ -1,3 +1,3 @@
warencli-logout() {
echo ">>> Authentication: Logout";
echo ">>> Logout <<<";
}

View File

@ -1,3 +1,3 @@
warencli-settings() {
echo ">>> Settings";
echo ">>> Settings <<<";
}

View File

@ -1,3 +1,3 @@
warencli-ssh() {
echo ">>> SSH";
echo ">>> SSH <<<";
}

View File

@ -1,3 +1,3 @@
warencli-ssh-config(){
echo ">>> SSH: Config"
echo ">>> SSH: Config <<<"
}

View File

@ -1,3 +1,3 @@
warencli-ssh-sign(){
echo ">>> SSH: Certificates"
echo ">>> SSH: Certificates <<<"
}

12
wx
View File

@ -61,27 +61,27 @@ Management Commands:
}
warencli-settings() {
echo ">>> Settings";
echo ">>> Settings <<<";
}
warencli-ssh() {
echo ">>> SSH";
echo ">>> SSH <<<";
}
warencli-login() {
echo ">>> Authentication: Login";
echo ">>> Login <<<";
}
warencli-logout() {
echo ">>> Authentication: Logout";
echo ">>> Logout <<<";
}
warencli-ssh-config(){
echo ">>> SSH: Config"
echo ">>> SSH: Config <<<"
}
warencli-ssh-sign(){
echo ">>> SSH: Certificates"
echo ">>> SSH: Certificates <<<"
}