I would like to build a script like this:
#!/bin/bash
/path/to/my/program/myProgram
MyCommand1 < — This is NOT a bash command
MyCommand2 < — Neither is it
Those are commands acceptable only by some sort of interactive session of my program. Any ideas how do I do that?