]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/simulate_casc.sh
tagged 0.5.0-rc1
[helm.git] / 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