mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-04-01 00:00:03 +03:00
5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
modprobe -qba bcache
|
|
test -f /sys/fs/bcache/register && echo "$1" > /sys/fs/bcache/register
|
|
|