2022-07-21 09:03:49 -07:00

7 lines
87 B
Bash
Executable File

#!/usr/bin/env bash
function test_do {
xdotool type "vttest"
xdotool key Return
}