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