Add CI/CD build for FlexRAN SDK/wls/5g fapi
[o-du/phy.git] / misc / extract-flexran-fec-sdk.ex
1 #!/usr/bin/expect
2
3 spawn ./FlexRAN-FEC-SDK-19-04.sh
4 #expect "enter number:"
5 send "q"
6 expect "That you agree to the above software license"
7 send -- "Y\r"
8 expect off