Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
0b8ea6b7bf Config Update 2024-04-26 06:35:00 +03:00
Christer Warén
2c5ddd1280 Source Update 2024-04-26 06:34:52 +03:00
9 changed files with 52 additions and 52 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 <<<"
}