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
set timeout -1
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