I have a python script that before running it asks you for a couple of user typed options that need to be set. What I was wondering is is it possible to make a bash script that auto fills in the options as defined in the bash script for me?
Share
Try something like this:
For more demanding tasks, use expect.