diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 11:52:13 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 16:17:52 -0700 |
commit | d843b30bd3218c0cb0a6f9c070478b5352b77395 (patch) | |
tree | ece01fe1e3d44ddf995606ecb556b58d40a00525 /scripts/run-chunk-recover.sh | |
parent | 99e09aa4eebd71ae1179af09e11f78ac36ccce8d (diff) |
scripts: Remove scripts for running C btrfs-progs
Except for diff-dump-tree.sh, since that's doing a comparison.
Diffstat (limited to 'scripts/run-chunk-recover.sh')
-rwxr-xr-x | scripts/run-chunk-recover.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/run-chunk-recover.sh b/scripts/run-chunk-recover.sh deleted file mode 100755 index f9a93d3..0000000 --- a/scripts/run-chunk-recover.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -e -rm -f ../scratch/dump-scratch.img -cp --reflink=always ../scratch/dump-{zero,scratch}.img -chmod 600 ../scratch/dump-scratch.img -make -C ../btrfs-progs -time ../btrfs-progs/btrfs rescue chunk-recover ../scratch/dump-scratch.img |