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