From 2b5db75171b3ec03f5eb424819a05515a7d0f1e1 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Fri, 27 Oct 2023 12:06:17 +0200 Subject: [PATCH] Remove useless exit in alive.sh --- alive.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/alive.sh b/alive.sh index 21d9f62..539c5c1 100644 --- a/alive.sh +++ b/alive.sh @@ -5,5 +5,3 @@ while true; do ./nircmd.exe movecursor -1 -1 sleep 30 done - -exit 0