5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
zig build run 2>&1 >/dev/null | dot -Tpdf -o graph.pdf
|
|
zathura graph.pdf
|
|
rm graph.pdf
|