Pause, hit key to continue, then proceed...
I am able to get this warning on the screen, but I need to set it where the user needs to hit a key to continue which will complete some other commands that I have ready. This is what I have so far.
tput clear
tput cup 10 18; echo "THIS SCRIPT REQUIRES BASH"
|