Displaying 1 result from an estimated 1 matches for "script_calling_whiptail".
2009 Jun 06
0
question on whiptail
...re a way to wrap the script that calls whiptail 4 times
and just send a carriage return to each character window that pops up?
I want it to basically just accept the default option for each of the
four prompted windows. without me hitting return 4 times.
How do I do that?
I tried unsuccessfully:
script_calling_whiptail << EOF
\n
\n
\n
\n
\n
EOF
~
I dont want to change/edit the script as it may change again in the
future.
Thanks
Jerry