Files
third_party_mesa3d/progs/fp/run.sh

8 lines
57 B
Bash
Raw Normal View History

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