I'm trying to call another shell script with bash, however this script doesn't accept any command line arguments. Instead, it runs, checks a few things, and then prompts the user for input like this:
Checking....done
Please enter ID #: (user input here)
Is it possible to do this?