#!/bin/bash zig build run 2>&1 >/dev/null | dot -Tpdf -o graph.pdf zathura graph.pdf rm graph.pdf