From: Keith Whitwell Date: Fri, 12 Sep 2008 09:31:51 +0000 (+0100) Subject: vp: add run script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=522139dd146450edfd3d2f07c627b32512a2c27e;p=mesa.git vp: add run script --- diff --git a/progs/vp/run.sh b/progs/vp/run.sh new file mode 100755 index 00000000000..fdd43d4a52b --- /dev/null +++ b/progs/vp/run.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in *.txt ; do +echo $i +./vp-tris $i +done +