This commit is contained in:
raul 2024-01-18 12:19:06 +00:00
parent 8b99f24ba5
commit b30e05ecbb
1 changed files with 0 additions and 2 deletions

View File

@ -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