Skip to content

Commit

Permalink
tools/picocom-sec.sh: Add shebang
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 82a7e56 commit 0680622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxyclient/tools/picocom-sec.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

while true; do
while [ ! -e /dev/m1n1-sec ]; do sleep 1; done
picocom --omap crlf --imap lfcrlf -b 500000 /dev/m1n1-sec
Expand Down

0 comments on commit 0680622

Please sign in to comment.