mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
function test_do {
|
|
xdotool type "vttest"
|
|
xdotool key Return
|
|
sleep 1
|
|
xdotool type "1"
|
|
xdotool key Return
|
|
}
|