Skip to content

Commit

Permalink
scripts/picocom-sec.sh: Add convenience script
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed Jul 30, 2022
1 parent 1247c2b commit 60b59e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proxyclient/tools/picocom-sec.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
while true; do
while [ ! -e /dev/m1n1-sec ]; do sleep 1; done
picocom --omap crlf --imap lfcrlf -b 500000 /dev/m1n1-sec
sleep 1
done

0 comments on commit 60b59e9

Please sign in to comment.