File utils/run-plot.sh artifact 893d0cf311 part of check-in 8cb9718987
#!/bin/bash IGNORE_UNITS=mtargs,ods FILES=$(ls *mod.scm|grep -v import) if [[ utils/plot-uses.scm -nt utils/plot-uses ]];then oldcsc csc utils/plot-uses.scm fi ./utils/plot-uses todot $IGNORE_UNITS $FILES > unitdeps.dot dot unitdeps.dot -Tpdf -o unitdeps.pdf