]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/ng_TPTP/run_veloci.sh
8420b055bb8f145f94c83c9f9992dcea4dc053b0
[helm.git] / matita / matita / contribs / ng_TPTP / run_veloci.sh
1 for X in `cat Veloci`;
2 do
3 echo $X;
4 touch $X;
5 ../../matitac.opt $X 2> /dev/null
6 done
7