
___x_cmd_mac_duti(){
    ___x_cmd_mac_duti___runmain "$@"
}



___x_cmd_mac_duti___runmain(){
    if ___x_cmd hasmcd duti; then
        ___x_cmd_cmds duti "$@"
    else
        # download duti from codeberg.
        return 1
    fi
}
