first commit
This commit is contained in:
commit
46e1a1e2ce
8 changed files with 590 additions and 0 deletions
5
graph
Executable file
5
graph
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
zig build run 2>&1 >/dev/null | dot -Tpdf -o graph.pdf
|
||||
zathura graph.pdf
|
||||
rm graph.pdf
|
||||
Loading…
Add table
Add a link
Reference in a new issue