Files
init.sh/src/functions/compatibility.sh
Christer Warén 352b7b2325 Fix Code
2024-06-01 15:59:50 +03:00

23 lines
206 B
Bash

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