#!/usr/bin/expect spawn ./expcob expect { "llo" {exp_send "goodbye\r"} "xit" {exit} } exit