8 lines
105 B
Bash
8 lines
105 B
Bash
#!/bin/bash
|
|
|
|
sleep .3
|
|
xdotool type 'https://twem.gq/.png'
|
|
for i in {1..4} ; do
|
|
xdotool key Left
|
|
done
|