Test commit

This commit is contained in:
raul 2024-01-18 12:17:14 +00:00
parent 3b52fc7a55
commit 8b99f24ba5
1 changed files with 2 additions and 0 deletions

View File

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