I have a shell script that includes several commands. For some of them, after it has been executed, I have to press P to quit the hint then the next command could proceed.
I want to know how to exit the hint automatically after the command gets executed, or input the keyword P automatically to exit it.
Thanks.
CodePudding user response:
you can basically pipe it to cat just like following:
$ ./deploy_eb_dev.sh | cat