]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/multisys/exec/diagnose_ctv
multisys: support for multiple os-arch configurations (preliminary)
[cran2deb.git] / branch / multisys / exec / diagnose_ctv
diff --git a/branch/multisys/exec/diagnose_ctv b/branch/multisys/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