From 2375f16859f5426aec632ac87cf8d134c83047cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 1 Jun 2024 14:59:33 +0300 Subject: [PATCH] Fix Code --- init.sh | 4 ++++ src/functions/compatibility.sh | 4 ++++ 2 files changed, 8 insertions(+) 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 }