Files
wx/src/commands/management/auto.sh
Christer Warén 54409a4197 FIx typos
2025-11-10 19:48:07 +02:00

12 lines
151 B
Bash

wx-auto(){
wx-login &> /dev/null
wxi-header "Auto"
wxi-restricted
wxi-footer
wxi-ssh-config-sync
wxi-ssh-keys-sign
wxi-ssh-keys-sync
}