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