add counter to autoclicker script

This commit is contained in:
Ingolf Wagner 2024-09-14 08:16:28 +07:00
parent 9afb53585b
commit c42e7e669a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -41,7 +41,7 @@ do
click_at $FIRST_X $FIRST_Y click_at $FIRST_X $FIRST_Y
# Wait for 5 seconds # Wait for 5 seconds
sleep 5 sleep 3
# Perform second click # Perform second click
click_at $SECOND_X $SECOND_Y click_at $SECOND_X $SECOND_Y
@ -49,7 +49,7 @@ do
click_at $SECOND_X $SECOND_Y click_at $SECOND_X $SECOND_Y
# Wait for 5 seconds # Wait for 5 seconds
sleep 2 sleep 1
done done
# Resetting the coordinates transformation matrix to default # Resetting the coordinates transformation matrix to default