Update en-password.exp

This commit is contained in:
qiaofeng1227 2022-11-08 08:52:30 +08:00 committed by GitHub
parent 38f1e55bc0
commit e0c8e99a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,11 @@
#!/usr/bin/expect -f
set timeout 30
spawn /usr/bin/bt
expect "command number"
send "5\r"
expect "new password"
send "123456\r"
#interact
expect eof
catch wait result;