This commit is contained in:
Christer Warén 2024-06-01 14:59:33 +03:00
parent 9387e15062
commit 2375f16859
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,10 @@ wi-login(){
wx-login $1 $2 wx-login $1 $2
} }
wx-start(){
wi-start
}
wx-stop(){ wx-stop(){
wi-stop wi-stop
} }

View File

@ -10,6 +10,10 @@ wi-login(){
wx-login $1 $2 wx-login $1 $2
} }
wx-start(){
wi-start
}
wx-stop(){ wx-stop(){
wi-stop wi-stop
} }