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

5 lines
45 B
Bash
Executable File

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