Files
linux-config/scripts/executable_twem

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