Let this interactive.sh be the interactive program: [bash]#!/bin/sh read input1 read input2 echo $input1 $input2 [/bash] This is a script feed.sh (in the same directoty)…
Let this interactive.sh be the interactive program: [bash]#!/bin/sh read input1 read input2 echo $input1 $input2 [/bash] This is a script feed.sh (in the same directoty)…