I'm trying to speed up some workflow by grouping a bunch of individual scripts we have to just get called in succession by a single shell script. The problem is one of the scripts I'm trying to call relies on a series of prompts and read statements to get input.
It's a very widely used script so I don't want to go monkeying around changing how it accepts input. Is there any way to feed it parameters in such a way that it will read them as "responses" to each prompt in the correct order?