mesa/progs/vp/run.sh

8 lines
58 B
Bash
Raw Normal View History

2008-09-12 10:31:51 +01:00
#!/bin/sh
for i in *.txt ; do
echo $i
./vp-tris $i
done