fp/scripts/flux-bootstrap-staging.expect

6 lines
147 B
Plaintext
Executable File

#!/usr/bin/expect
spawn ./flux-bootstrap-staging.sh
expect -re ".*Please give the key access to your repository\?.*\[y/N\]"
send -- "y\r"
interact