This website requires JavaScript.
Explore
Help
Sign In
alex
/
bcachefs-tools
Watch
1
Star
0
Fork
0
You've already forked bcachefs-tools
mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced
2025-01-23 00:07:07 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d79d57ef89
bcachefs-tools
/
mkfs.bcachefs
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
mkfs.bcachefs: convert to POSIX sh
2018-02-09 18:54:03 +03:00
#!/bin/sh
Rename from bcache-tools to bcachefs-tools
2017-03-20 02:56:34 +03:00
mkfs.bcachefs: convert to POSIX sh
2018-02-09 18:54:03 +03:00
SDIR="$(readlink -f "$0")"
exec "${SDIR%/*}/bcachefs" format "$@"
Reference in New Issue
Copy Permalink