]> git.itanic.dy.fi Git - log-plotter/blob - draw_plots.sh
.gitignore: Prevent junk being visible to git
[log-plotter] / draw_plots.sh
1 #!/bin/sh
2
3 gnuplot -e "datafile='$1'" voltage_and_current.plot > voltage.png
4 gnuplot -e "datafile='$1'" balancing.plot > balancing.png