X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Fexec%2Fdiagnose_ctv;fp=branch%2Fmultisys%2Fexec%2Fdiagnose_ctv;h=5e7ef0340653f530aa623f53680273a0bc0cec65;hb=413d9e15b7bd5f8f36685c2cccbb9bbed3a3a0b9;hp=0000000000000000000000000000000000000000;hpb=65fce8cd87d7d6f0209611ff7a264819e42a6c9e;p=cran2deb.git diff --git a/branch/multisys/exec/diagnose_ctv b/branch/multisys/exec/diagnose_ctv new file mode 100755 index 0000000..5e7ef03 --- /dev/null +++ b/branch/multisys/exec/diagnose_ctv @@ -0,0 +1,2 @@ +#!/bin/sh +(for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results