


___x_cmd_lsof_run(){
    if      ___x_cmd os is win;     then    ___x_cmd_lsof_impl___proc   "$@"
    elif    ___x_cmd hascmd lsof;   then    ___x_cmd_cmds lsof          "$@"
    elif    [ -d "/proc" ];         then    ___x_cmd_lsof_impl___proc   "$@"
    elif    ___x_cmd os is linux;   then    ___x_cmd busybox lsof       "$@"
    fi
}
