1
0
Fork 0

Scripts: Add fake-cursor-movement

This commit is contained in:
Daniel Kempkens 2022-01-05 11:36:14 +01:00
parent bccd0f5907
commit 1022603dd8

View file

@ -0,0 +1,7 @@
#!/bin/sh
while true; do
cliclick -r m:0,0
printf '.'
sleep 30
done