23 lines
206 B
Bash
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
|