From 8b99f24ba5ec5b1863d6bd8c4c15527a4a887bbd Mon Sep 17 00:00:00 2001 From: raul Date: Thu, 18 Jan 2024 12:17:14 +0000 Subject: [PATCH] Test commit --- toggler.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toggler.sh b/toggler.sh index 2901437..1c82b31 100755 --- a/toggler.sh +++ b/toggler.sh @@ -4,6 +4,8 @@ cmd="$(which xdotool)" # TODO: improve error handling # cmd="/usr/local/bin/xdotool" +# Test comment + if test -e "$cmd"; then echo "[+] xdotool exists, continuing the script!" else