first commit

This commit is contained in:
AngeD 2021-09-21 17:11:57 +02:00
commit 1997d73859
13 changed files with 2334 additions and 0 deletions

8
bin/mouse_360 Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
# counts target = 8182 ~ 25cm
sleep 3
for _ in {0..1023}; do
xdotool mousemove_relative 8 0
done