I have a program (that I did not write) which is not designed to read in commands from a file. Entering commands on STDIN is pretty tedious, so I\'d like to be able to autom
Same as Idelic answer with more simple syntax ;)
cat your_file_with_commands - | sh your_script