From b30e05ecbb2a6bffa6fc94efbdf37ebfe78e2af1 Mon Sep 17 00:00:00 2001 From: raul Date: Thu, 18 Jan 2024 12:19:06 +0000 Subject: [PATCH] Returned --- toggler.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/toggler.sh b/toggler.sh index 1c82b31..2901437 100755 --- a/toggler.sh +++ b/toggler.sh @@ -4,8 +4,6 @@ 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