
___x_cmd_dos2unix___unix2mac(){
    if ___x_cmd_hascmd unix2mac; then
        ___x_cmd_cmds unix2mac "$@"
    else
        local pkg=dos2unix
        ! ___x_cmd os is win || pkg=m2-"$pkg"
        ___x_cmd pixi exec -s "$pkg" unix2mac "$@"
    fi
}
