Last active
January 25, 2018 21:22
-
-
Save jaonoctus/43b6fe712299650620099e9b06bf5a87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdotool click --delay 5000 --repeat 100000 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while sleep 5; do xdotool mousemove XXX YYY click 1; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdotool getmouselocation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment