summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-09-05 10:39:48 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-09-05 14:16:12 -0600
commit7ed94fa7e829a7360a025ca0ca8d20d081859fdc (patch)
treecc7734314ff714d0b5381ddf13f5fa8b740e7af2 /scripts
parent7fba10e5be51a3fe565a6f69a946ece9f0e59a67 (diff)
Rework visualize-nodes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/main.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/main.sh b/scripts/main.sh
index 7835314..0635e49 100755
--- a/scripts/main.sh
+++ b/scripts/main.sh
@@ -23,9 +23,9 @@ gen $b.gen/0.scandevices.json \
gen $b.gen/1.mappings.json \
./btrfs-rec --pv=$b.img \
inspect rebuild-mappings $b.gen/0.scandevices.json
-gen $b.gen/2.nodes.dot \
+gen $b.gen/2.nodes.gv-o \
./btrfs-rec --pv=$b.img --mappings=$b.gen/1.mappings.json \
- inspect visualize-nodes $b.gen/0.scandevices.json
+ inspect visualize-nodes $b.gen/0.scandevices.json $b.gen/2.nodes.gv-d
# gen $b.gen/2.nodes.json \
# ./btrfs-rec --pv=$b.img --mappings=$b.gen/1.mappings.json \
# inspect rebuild-nodes $b.gen/0.scandevices.json