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