websoft9/apps/roles/bt/files/bt.exp

9 lines
110 B
Plaintext
Raw Normal View History

2022-11-08 08:51:40 +08:00
#!/usr/bin/expect -f
2022-12-12 12:09:49 +08:00
set timeout 30
2022-11-08 08:51:40 +08:00
spawn bash /root/install.sh
expect "now?"
send "y\r"
2022-11-08 08:51:29 +08:00
2022-11-08 08:51:40 +08:00
interact
expect eof