add inspect/serial-log container
This commit is contained in:
parent
aca207246d
commit
41fc678b69
4 changed files with 33 additions and 0 deletions
6
inspect/serial-log/init.sh
Executable file
6
inspect/serial-log/init.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
SERIAL_DEV=$1
|
||||
DEV_NAME=$(basename "${SERIAL_DEV}")
|
||||
tio -m INLCRNL --log --log-file "serial-log.${DEV_NAME}" "${SERIAL_DEV}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue