]> git.donarmstrong.com Git - cran2deb.git/blob - branch/multisys/exec/diagnose_ctv
multisys: support for multiple os-arch configurations (preliminary)
[cran2deb.git] / branch / multisys / exec / diagnose_ctv
1 #!/bin/sh
2 (for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results