A small utility to write a serial device's output to a log file with timestamps
npmjs.comI think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
More like `nohup application | ts >> log.txt &`
I think I'm missing some background. How is this different from `nohup application.sh >> log.txt &` ?
More like `nohup application | ts >> log.txt &`