echo "ShotPath='< wget -q -O - http://golem.fjfi.cvut.cz/shots';DataId='Diagnostics/BasicDiagnostics/Results/U_loop.csv';set datafile separator ',';set key left;set xlabel 'Time [s]';set ylabel 'U_{loop} [V]';set title 'U_{loop}' ;plot ShotPath.'/36868/'.DataId u 1:2 w l title '36868', ShotPath.'/36869/'.DataId u 1:2 w l title '36869', ShotPath.'/36871/'.DataId u 1:2 w l title '36871', ShotPath.'/36873/'.DataId u 1:2 w l title '36873', ShotPath.'/36877/'.DataId u 1:2 w l title '36877', ShotPath.'/36878/'.DataId u 1:2 w l title '36878', ShotPath.'/36879/'.DataId u 1:2 w l title '36879', ShotPath.'/36880/'.DataId u 1:2 w l title '36880'," |gnuplot --persist