mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
scripts/picocom-sec.sh: Add convenience script
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
1247c2b7e4
commit
659093b8bb
1 changed files with 7 additions and 0 deletions
7
proxyclient/tools/picocom-sec.sh
Executable file
7
proxyclient/tools/picocom-sec.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
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
|
Loading…
Reference in a new issue