I'm writing a shell script to set a VNC password using vncpasswd.
The only way to use vncpasswd is in interactive mode (enter password, return, confirm password, return).
How can I respond to the prompts in my shell script so I can set the password automatically? (i.e. non-interactive).
Thanks! Chris.