1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Umweltdatenmessung/diverses/gnuplot.sh
2014-06-13 18:57:27 +02:00

6 lines
240 B
Bash
Executable file

if [ -f /var/www/gnuplot_erstellen ]
then
sed 's/,/ /g' /home/pi/Temperaturmessung/dygraph.csv > /home/pi/Temperaturmessung/gnuplot.txt
gnuplot /home/pi/Temperaturmessung/diverses/Einstellungen.plt
sudo rm /var/www/gnuplot_erstellen
fi