Added file to automatically take screenshots.

This commit is contained in:
2022-11-21 08:13:16 -06:00
parent 959a984afb
commit 0e83bbb076

17
screenshoot.sh Executable file
View File

@@ -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