]> git.donarmstrong.com Git - cran2deb.git/blob - branch/double_build/exec/diagnose_ctv
initial commit of build all-at-once code.
[cran2deb.git] / branch / double_build / exec / diagnose_ctv
1 #!/bin/sh
2 (for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results