f102d5b
1
2
3
4
5
6
7
8
#!/usr/bin/expect -f spawn vncpasswd expect "*word:*" send "demo2020\n" expect "*Verify:*" send "demo2020\n" expect eof