Update expect.sh

This commit is contained in:
Lup Yuen Lee 2024-01-24 23:01:48 +08:00 committed by GitHub
parent 6364dceb51
commit c0727ba6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/usr/bin/expect
set send_slow {1 0.001}
spawn ./temu root-riscv64.cfg
spawn ./temu nuttx.cfg
expect "nsh> "
send -s "uname -a\r"