]> git.donarmstrong.com Git - cran2deb.git/blob - trunk/exec/diagnose_ctv
Email sent to the authors of flowQ requesting
[cran2deb.git] / trunk / exec / diagnose_ctv
1 #!/bin/sh
2 (for x in ctv/*; do echo;echo;echo "$x: "; cd "$x" && cran2deb diagnose && cd ../..; done) >ctv.results