#!/usr/bin/ash

run_hook() {
    btrfs device scan
}

