mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
3 lines
No EOL
150 B
Bash
Executable file
3 lines
No EOL
150 B
Bash
Executable file
#!/bin/bash
|
|
dscanner $1 --ast | xsltproc uml.xsl - | dot -Tpng > $(basename $1 .d).png
|
|
#dscanner $1 --ast | xsltproc uml.xsl - | dot -Tpng | display - |