bcachefs-tools/fsck.bcachefs

5 lines
75 B
Plaintext
Raw Normal View History

2018-02-09 18:52:44 +03:00
#!/bin/sh
2018-02-09 18:52:44 +03:00
SDIR="$(readlink -f "$0")"
exec "${SDIR%/*}/bcachefs" fsck "$@"