diff --git a/init.sh b/init.sh index b9b3fbd..90c2977 100755 --- a/init.sh +++ b/init.sh @@ -28,6 +28,10 @@ wi-login(){ wx-login $1 $2 } +wx-start(){ + wi-start +} + wx-stop(){ wi-stop } diff --git a/src/functions/compatibility.sh b/src/functions/compatibility.sh index d3001af..f59015c 100644 --- a/src/functions/compatibility.sh +++ b/src/functions/compatibility.sh @@ -10,6 +10,10 @@ wi-login(){ wx-login $1 $2 } +wx-start(){ + wi-start +} + wx-stop(){ wi-stop }