# shellcheck shell=dash
___x_cmd_lynis___main(){
    [ "$#" -gt 0 ] || {

        return
    }

    local op="$1"; shift
    case "$op" in

    esac
}



