#!/usr/bin/expect spawn ./interac.shexpect "Enter number:" send "1\n"expect "Enter name:" send "sanwu\n"expect eof