1
0
Fork 0
dotfiles/home/programs/scripts/fake-cursor-movement

8 lines
75 B
Plaintext
Raw Normal View History

2022-01-05 10:36:14 +00:00
#!/bin/sh
while true; do
cliclick -r m:0,0
printf '.'
sleep 30
done