]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/tests/TPTP/simulate_casc.sh
Bug fixed: propagation of left expected parameters is now working correctly also
[helm.git] / matita / matita / tests / TPTP / simulate_casc.sh
1 #!/bin/sh
2
3 input=$1
4
5 for X in `cat elenco_CASC.txt`; do
6   grep ^$X $input 
7 done