vp: add run script

This commit is contained in:
Keith Whitwell 2008-09-12 10:31:51 +01:00
parent 176c454765
commit 522139dd14

7
progs/vp/run.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
for i in *.txt ; do
echo $i
./vp-tris $i
done