This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
OTHER2017/tex/gfx/build.sh
kazu e718dc8cca added tex
many changes/eval etc...
2017-03-28 21:02:37 +02:00

5 lines
43 B
Bash

for file in *.gp
do
gnuplot $file;
done