#!/usr/bin/expect spawn ./init expect "Which environment do you want the application to be initialized in?" send "0\n" expect "environment" send "y\n" expect "overwrite" send "a\n" expect "completed" interact