mailcap/Sanity/basic/test.exp
František Hrdina 6375b909e3 Test
2024-07-01 16:46:07 +02:00

11 lines
107 B
Text

#!/usr/bin/expect -f
spawn mutt -d 5
expect "q:Quit" {
sleep 2
send "\r"; send "qq";
}
interact