Add a script to view netgraph's graphviz output.

This commit is contained in:
Tom Alexander
2022-12-02 19:21:13 -05:00
parent fc8694c886
commit 29e66c4e04
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env zsh
imv =(sudo ngctl dot | dot -Tsvg)