mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 05:06:24 +03:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
function test_do {
|
|
xdotool type "vttest"
|
|
xdotool key Return
|
|
}
|