Merge commit 'origin/gallium-master-merge'
[mesa.git] / progs / fp / run.sh
1 #!/bin/sh
2
3 for i in *.txt ; do
4 echo $i
5 ./fp-tri $i
6 done
7