diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-10-05 10:02:43 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-10-05 10:02:43 -0600 |
commit | 974f9584fe3ec0d046225f191b4c4f079901135d (patch) | |
tree | 03bda5994a2c7eea216e6fa03f38938b01d0438d /scripts | |
parent | 554c61b86beaefdb96190c4bedd972fe2e712a36 (diff) |
fix ls-trees lost+found
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index 5bfd1ef..dcf0117 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -38,4 +38,4 @@ gen $b.gen/3.ls-files.txt \ inspect ls-files gen $b.gen/3.ls-trees.txt \ ./btrfs-rec --pv=$b.img --mappings=$b.gen/1.mappings.json \ - inspect ls-trees + inspect ls-trees --scandevices=$b.gen/0.scandevices.json |