Fix Code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user