How to get user input executing a remote shell script
Hi, i am executing a shell script with the command
My question is: How can i get this user input?
The problem is that it is impossible to send data to the console, it seems that the console is stalled.
THX.
call myScript.sh
in which i ask some user input.
My question is: How can i get this user input?
The problem is that it is impossible to send data to the console, it seems that the console is stalled.
THX.