From ca06a063fad8ec524c7a93dfd4920be49da48536 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 29 Jan 2024 14:03:07 +0100 Subject: [PATCH] Add bcachefs command compatibility symlink The CLI is now built by Cargo, add a symlink so it can be found at the place it was before so people don't try to run an old binary. --- .gitignore | 1 - bcachefs | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 bcachefs diff --git a/.gitignore b/.gitignore index b7ba3f86..302c0fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /result -bcachefs bcachefs.5 .* *.o diff --git a/bcachefs b/bcachefs new file mode 120000 index 00000000..a0c00b7f --- /dev/null +++ b/bcachefs @@ -0,0 +1 @@ +target/release/bcachefs \ No newline at end of file