We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cfda2 commit 13beb42Copy full SHA for 13beb42
bittide-instances/data/picocom/start.sh
@@ -35,4 +35,4 @@ picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf $@ \
35
> "${PICOCOM_STDOUT_LOG}" &
36
picocom_pid = $!
37
38
-tail --pid=picodom_pid -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log"
+sleep 1000 ; tail --pid=picodom_pid -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log"
0 commit comments