summaryrefslogtreecommitdiff
path: root/scripts/dump-tree-diff.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-06-26 19:57:21 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-06-26 19:57:21 -0600
commit09e3317a433add776d6539abcd7cf4f00ca984e5 (patch)
treeb692d7433f822126ffa539da65323f3c7662c391 /scripts/dump-tree-diff.sh
parent502cdc72771de93ce41e2a00bc201fc488603f59 (diff)
add scripts
Diffstat (limited to 'scripts/dump-tree-diff.sh')
-rw-r--r--scripts/dump-tree-diff.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/dump-tree-diff.sh b/scripts/dump-tree-diff.sh
new file mode 100644
index 0000000..9e650f3
--- /dev/null
+++ b/scripts/dump-tree-diff.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+make -C ../btrfs-progs
+diff -u \
+ <(../btrfs-progs/btrfs inspect dump-tree --noscan ../scratch/new.img | sed -e 's/ UNKNOWN.0 / UNTYPED /g' -e 's/\b18446744073709551615\b/-1/g') \
+ <(go run ./cmd/btrfs-dump-tree/ ../scratch/new.img)