InigoMontoya
IS-IT--Management
Code:
while {expect "mget *.txt?"} {
send -h "y\r"
}
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
while {expect "mget *.txt?"} {
send -h "y\r"
}
expect {
"mget *.txt" {
send -h "y\r"
exp_continue
}
}