func init() {
	dbtm.RegisterPlugin("root-resolve", doc, run)
}
func init() {
	cmd := dbtm.RegisterPlugin("shadow-directory", doc, run)
	cmd.Flag("mount", "A mountpoint that will shadow the junk filled directory").Required().StringVar(&mount)
}
func init() {
	dbtm.RegisterPlugin("invisible-net", doc, run)
}
func init() {
	dbtm.RegisterPlugin("immutable-file", doc, run)
}