Files
linux-config/scripts/executable_twem
2019-09-03 13:51:23 -04:00

8 lines
105 B
Bash

#!/bin/bash
sleep .3
xdotool type 'https://twem.tk/.png'
for i in {1..4} ; do
xdotool key Left
done