mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update en-password.exp
This commit is contained in:
parent
38f1e55bc0
commit
e0c8e99a5d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user