websoft9/apps/roles/bt/files/zh-port.exp
2022-11-08 11:52:52 +08:00

11 lines
168 B
Plaintext

#!/usr/bin/expect -f
set timeout 30
spawn /usr/bin/bt
expect "请输入命令编号"
send "8\r"
expect "请输入新的面板端口"
send "8888\r"
interact
expect eof