websoft9/apps/roles/bt/files/bt.exp
2022-12-12 12:09:49 +08:00

9 lines
110 B
Plaintext

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