bcachefs-tools/mkfs.bcachefs

5 lines
77 B
Plaintext
Raw Normal View History

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