use File::CheckTree;



$warnings += validate( q{

    /vmunix                 -e || die

    /boot                   -e || die

    /bin                    cd

        csh                 -ex

        csh                 !-ug

        sh                  -ex

        sh                  !-ug

    /usr                    -d || warn "What happened to $file?\n"

});

