mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +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 - |