Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dracoox
/
vnc
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vnc
/
expect_vnc.sh
dracoox
Upload 13 files
f102d5b
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
#!/usr/bin/expect -f
spawn vncpasswd
expect
"*word:*"
send
"demo2020\n"
expect
"*Verify:*"
send
"demo2020\n"
expect eof