Refactoring Code

This commit is contained in:
Christer Warén
2025-11-10 12:40:35 +02:00
parent 5a666e6f60
commit fbaa5780d9
39 changed files with 1559 additions and 1223 deletions

View File

@@ -1,8 +1,9 @@
wx-auto(){
wx-login
wx-header "Auto"
wxi-header "Auto"
wxi-restricted
wxi-footer
wx-ssh-config-sync
wx-ssh-keys-sign
wx-ssh-keys-sync
wxi-ssh-config-sync
wxi-ssh-keys-sign
wxi-ssh-keys-sync
}

View File

@@ -1,6 +1,8 @@
wx-clean(){
wx-login
wx-header "Clean"
wx-ssh-config-clean
wx-ssh-keys-clean
wxi-header "Clean"
wxi-restricted --user
wxi-footer
wxi-ssh-config-clean
wxi-ssh-keys-clean
}

View File

@@ -1,4 +1,5 @@
wx-settings(){
wx-login
wx-header "Settings"
wxi-header "Settings"
wxi-restricted --user
wxi-footer
}