commit 8e7a961c6ea348a74dedcdc92afdca05f95ac414 parent e5b586fd6ea4e9b72ebb10471d90344687d7f2c3 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 10 Jun 2012 19:05:57 +0200 commit testing script Diffstat:
test.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test.sh b/test.sh @@ -0,0 +1 @@ +for a in test/*.tpl; do echo "$a"; ./plint.py $a < ${a%.tpl}; done