8 lines
84 B
Text
8 lines
84 B
Text
spawn mutt -d 5
|
|
expect "q:Quit" {
|
|
sleep 2
|
|
send "\r"; send "qq";
|
|
}
|
|
|
|
interact
|
|
|