mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-06 07:25:27 +01:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
DEVICE=${1:-/dev/ttyACM0}
|
|
socat -u $DEVICE,rawer - | ts "[%b %d %H:%M:%.S]"
|