mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:07:14 +08:00
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/usr/bin/ash
|
|
|
|
run_hook() {
|
|
btrfs device scan
|
|
}
|
|
|
|
# vim: set ft=sh ts=4 sw=4 et:
|