mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
3 lines
169 B
Bash
Executable File
3 lines
169 B
Bash
Executable File
codeql database analyze ../basic/basic.testproj --format=dot nodeGraph.ql --output=outdir --rerun
|
|
dot -Tpdf -O outdir/test-plot-cfg.dot
|
|
open outdir/test-plot-cfg.dot.pdf |