add inspect/serial-log container

This commit is contained in:
Sebastian Kuzminsky 2025-09-04 16:07:55 -06:00
parent aca207246d
commit 41fc678b69
4 changed files with 33 additions and 0 deletions

6
inspect/serial-log/init.sh Executable file
View 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}"