3 lines
53 B
Bash
3 lines
53 B
Bash
|
#!/bin/bash
|
||
|
ts "%H:%M:%.S" < /dev/ttyUSB0 > test.log
|