vp: add run script

This commit is contained in:
Keith Whitwell 2008-09-12 10:31:51 +01:00
parent 176c454765
commit 522139dd14
1 changed files with 7 additions and 0 deletions

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