6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
# Capture serial output
|
|
cd /tmp
|
|
touch itm.txt && itmdump -F -f itm.txt
|