diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 11:53:02 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 16:17:52 -0700 |
commit | 6ad6b1faaded4618b7022644f712c9c17b58c200 (patch) | |
tree | 60ee7584d8c6522fdcfb5c98adce962cbe04abdd /scripts/run-fsck.sh | |
parent | d843b30bd3218c0cb0a6f9c070478b5352b77395 (diff) |
scripts: Remove scripts to run commands that no longer exist
Diffstat (limited to 'scripts/run-fsck.sh')
-rwxr-xr-x | scripts/run-fsck.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/run-fsck.sh b/scripts/run-fsck.sh deleted file mode 100755 index 7fca6c0..0000000 --- a/scripts/run-fsck.sh +++ /dev/null @@ -1,9 +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 -time go run ./cmd/btrfs-fsck ../scratch/dump-scratch.img -#make -C ../btrfs-progs -#time ../btrfs-progs/btrfs rescue chunk-recover ../scratch/dump-scratch.img -#time ../btrfs-progs/btrfs check ../scratch/dump-scratch.img |