9 lines
150 B
Bash
Executable File

#!/bin/sh
while IFS="" read -r p || [ -n "$p" ]
do
echo "--------------------------------";
echo "$p"
echo "$p" | ./fouine;
done < tests/tests.ml