This commit is contained in:
Christer Warén 2024-06-01 15:11:51 +03:00
parent 9387e15062
commit d6c1d51dac
2 changed files with 14 additions and 0 deletions

View File

@ -28,10 +28,17 @@ wi-login(){
wx-login $1 $2
}
wx-start(){
wi-start
}
wx-stop(){
wi-stop
}
wxBold=wiBold
wxNormal=wiNormal
wi-delete(){
if [[ -f "init.sh" ]]
then

View File

@ -10,6 +10,13 @@ wi-login(){
wx-login $1 $2
}
wx-start(){
wi-start
}
wx-stop(){
wi-stop
}
wxBold=wiBold
wxNormal=wiNormal