diff options
| -rwxr-xr-x | munin/usb-wde1-log-last.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/munin/usb-wde1-log-last.sh b/munin/usb-wde1-log-last.sh index 9fca864..4f91844 100755 --- a/munin/usb-wde1-log-last.sh +++ b/munin/usb-wde1-log-last.sh @@ -1,5 +1,9 @@ #!/bin/sh # logs the last line. usable via nohup on the server # FIXME: send RESET or INIT and M2 +# FIXME: use absolute path for log-single-line.sh +# +# run command: nohup ./usb-wde1-log-last.sh & +# socat /dev/ttyUSB0,b9600 STDOUT\ | ./log-single-line.sh /tmp/usb-wde1-last |
