From 5094afe036c56874a11e3778c4ff8fa1f4a8e0ab Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 10 Mar 2021 00:37:36 +0100 Subject: [PATCH] get_serial_console_log_with_timestamp --- bash/get_serial_console_log_with_timestamp.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bash/get_serial_console_log_with_timestamp.sh diff --git a/bash/get_serial_console_log_with_timestamp.sh b/bash/get_serial_console_log_with_timestamp.sh new file mode 100644 index 0000000..b7e6b5d --- /dev/null +++ b/bash/get_serial_console_log_with_timestamp.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ts "%H:%M:%.S" < /dev/ttyUSB0 > test.log