Skip to content

Commit 0680622

Browse files
committed
tools/picocom-sec.sh: Add shebang
Signed-off-by: Hector Martin <[email protected]>
1 parent 82a7e56 commit 0680622

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proxyclient/tools/picocom-sec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
while true; do
24
while [ ! -e /dev/m1n1-sec ]; do sleep 1; done
35
picocom --omap crlf --imap lfcrlf -b 500000 /dev/m1n1-sec

0 commit comments

Comments
 (0)