mesa/progs/fp/run.sh
2008-09-12 10:28:36 +01:00

7 lines
57 B
Bash
Executable file

#!/bin/sh
for i in *.txt ; do
echo $i
./fp-tri $i
done