blob: fdd43d4a52b739f18747d32a1a71f22732f3e64c [file] [log] [blame]
#!/bin/sh
for i in *.txt ; do
echo $i
./vp-tris $i
done