#!/bin/bash # make sure there is no extra output to stdin, including from usb-ctr.c stdbuf -oL -eL ./wind-profile < device-cfg | feedgnuplot --stream trigger --domain --dataid --xlabel 'Temperature (C)| RH (%)' --ylabel 'Height (m)' --lines --title 'Temperature | RH Profile' --autolegend --terminal 'x11 noraise'