This commit is contained in:
Christer Warén
2024-06-01 15:59:50 +03:00
parent 9387e15062
commit 352b7b2325
8 changed files with 25 additions and 34 deletions

View File

@@ -1,15 +1,22 @@
wi-header(){
wx-header $1 $2
wx-header "$1" "$2"
}
wi-repeat(){
wx-repeat $1 $2
wx-repeat "$1" "$2"
}
wi-login(){
wx-login $1 $2
wx-login "$1" "$2"
}
wx-start(){
wi-start
}
wx-stop(){
wi-stop
}
wxBold=$wiBold
wxNormal=$wiNormal