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.'/36592/'.DataId u 1:2 w l title '36592', ShotPath.'/36593/'.DataId u 1:2 w l title '36593', ShotPath.'/36594/'.DataId u 1:2 w l title '36594', ShotPath.'/36595/'.DataId u 1:2 w l title '36595', ShotPath.'/36596/'.DataId u 1:2 w l title '36596', ShotPath.'/36597/'.DataId u 1:2 w l title '36597', ShotPath.'/36598/'.DataId u 1:2 w l title '36598', ShotPath.'/36599/'.DataId u 1:2 w l title '36599', ShotPath.'/36600/'.DataId u 1:2 w l title '36600', ShotPath.'/36601/'.DataId u 1:2 w l title '36601', ShotPath.'/36602/'.DataId u 1:2 w l title '36602'," |gnuplot --persist