]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/patch/exec/diagnose_ctv
A first simple attempt at patching.
[cran2deb.git] / branch / patch / exec / diagnose_ctv
diff --git a/branch/patch/exec/diagnose_ctv b/branch/patch/exec/diagnose_ctv
new file mode 100755 (executable)
index 0000000..5e7ef03
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+(for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results