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_reviewed/gfx2/build.sh
2017-08-02 09:43:43 +02:00

5 lines
45 B
Bash
Executable File

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