This website requires JavaScript.
Explore
Help
Sign In
kalle
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0be589db42
dotfiles
/
scripts
/
click
12 lines
118 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
sleep
3
for
i in
$(
seq 250
)
;
do
xdotool mousedown
3
sleep 0.010
xdotool mouseup
3
sleep 0.010
done
Reference in New Issue
View Git Blame
Copy Permalink