aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-02-11 01:12:27 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-02-11 01:12:27 +0100
commitacd977f569c614d6ed28d5c88b8ab9bad61c4acd (patch)
tree9830b8eb4e3fc49d3ef3cbd5aaf8d0885194f28e /run.sh
parentInitial commit. (diff)
downloadfile-descriptor-graph-acd977f569c614d6ed28d5c88b8ab9bad61c4acd.tar.gz
file-descriptor-graph-acd977f569c614d6ed28d5c88b8ab9bad61c4acd.tar.xz
Replace neato with sfdp.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index bdb475c..c24585b 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,3 @@
#!/bin/bash
sudo GUILE_LOAD_PATH=. guile -s read-proc.scm
-neato -Tsvg out.dot > out.svg
+sfdp -Tsvg out.dot > out.svg