R.B.Love wrote: > How do I use ruby expect to feed input to a simple bash script? Here > is a minimal example of what I'm trying to do. All help appreciated. > > First, the simple bash script. When run from the command line it > performs as I expect. > > #!/bin/bash > echo "1) red" > echo "2) blue" > echo "3) green" > echo "#? " > read CHOICE > sleep 5 > echo "$CHOICE is done" > exit 0 > > tricky but should work #!/usr/bin/ruby `script_to_feed<<END red END` -rb. -- Posted via http://www.ruby-forum.com/.