aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-02-11 01:06:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-02-11 01:06:15 +0100
commit9eead9118dabe93d4958ae6caf81ef9871c6c62f (patch)
tree446ae31dd7f29e286d6365d2d3c81fafbc483fbd /run.sh
downloadfile-descriptor-graph-9eead9118dabe93d4958ae6caf81ef9871c6c62f.tar.gz
file-descriptor-graph-9eead9118dabe93d4958ae6caf81ef9871c6c62f.tar.xz
Initial commit.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..bdb475c
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+sudo GUILE_LOAD_PATH=. guile -s read-proc.scm
+neato -Tsvg out.dot > out.svg