Added file to automatically take screenshots.
This commit is contained in:
17
screenshoot.sh
Executable file
17
screenshoot.sh
Executable 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
|
Reference in New Issue
Block a user