websoft9/apps/roles/bt/files/bt.exp
2022-11-08 08:51:40 +08:00

9 lines
110 B
Plaintext

#!/usr/bin/expect -f
set timeout -1
spawn bash /root/install.sh
expect "now?"
send "y\r"
interact
expect eof