Code Update
This commit is contained in:
8
src/commands/management/auto.sh
Normal file
8
src/commands/management/auto.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
wx-auto(){
|
||||
wx-login
|
||||
wx-header "Auto"
|
||||
|
||||
wx-ssh-config-sync
|
||||
wx-ssh-keys-sync
|
||||
wx-ssh-keys-sign
|
||||
}
|
||||
6
src/commands/management/clean.sh
Normal file
6
src/commands/management/clean.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
wx-clean(){
|
||||
wx-login
|
||||
wx-header "Clean"
|
||||
wx-ssh-config-clean
|
||||
wx-ssh-keys-clean
|
||||
}
|
||||
4
src/commands/management/settings.sh
Normal file
4
src/commands/management/settings.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
wx-settings(){
|
||||
wx-login
|
||||
wx-header "Settings"
|
||||
}
|
||||
Reference in New Issue
Block a user