bcachefs-tools/mkfs.bcachefs
2018-02-09 16:54:03 +01:00

5 lines
77 B
Bash
Executable File

#!/bin/sh
SDIR="$(readlink -f "$0")"
exec "${SDIR%/*}/bcachefs" format "$@"