Create zh-username.exp

This commit is contained in:
qiaofeng1227 2022-11-08 08:54:20 +08:00 committed by GitHub
parent d9d935e267
commit ba04b289b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
#!/usr/bin/expect -f
#username must > 5 characters
set timeout 30
spawn /usr/bin/bt
expect "请输入命令编号"
send "6\r"
expect "请输入新的面板用户名"
send "administrator\r"
interact
expect eof