bcachefs-tools/fsck.bcachefs

5 lines
93 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
SDIR="$(dirname "$(readlink -f "$0")")"
exec "$SDIR/bcachefs" fsck "$@"