Added file to automatically take screenshots.
parent
959a984afb
commit
0e83bbb076
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sleep 1
|
||||||
|
for i in 1 2 3 4 5 6 7 8 9 10
|
||||||
|
do
|
||||||
|
sleep 1
|
||||||
|
xdotool key Print
|
||||||
|
sleep 1
|
||||||
|
xdotool key Enter
|
||||||
|
sleep 0.8
|
||||||
|
xdotool key Home
|
||||||
|
sleep 1
|
||||||
|
xdotool key Print
|
||||||
|
sleep 1
|
||||||
|
xdotool key Enter
|
||||||
|
sleep 0.8
|
||||||
|
xdotool key Ctrl+w
|
||||||
|
done
|
Loading…
Reference in New Issue