Mitchell Hashimoto ad0e1c150f test: fix vttest/1_1
2022-07-21 09:03:50 -07:00

8 lines
116 B
Bash
Executable File

function test_do {
xdotool type "vttest"
xdotool key Return
sleep 1
xdotool type "1"
xdotool key Return
}