mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SDIR="$(readlink -f "$0")"
|
|
exec "${SDIR%/*}/bcachefs" fsck "$@"
|