#!/usr/bin/expect set timeout -1 spawn "./rpmbuild/build_rpm.sh" expect "Enter pass phrase: " send "\n" expect eof