Artifact 893d0cf311804918117374d1af19d49d5888a91a:
- Executable file utils/run-plot.sh — part of check-in [c4f43bb65c] at 2024-02-03 20:40:22 on branch v1.80-revolution-remodularization — Dashboard and test control panel work (user: matt, size: 264) [annotate] [blame] [check-ins using]
#!/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