# shellcheck shell=dash

___x_cmd_gm___cmd(){
    if ___x_cmd_hascmd gm; then
        command gm "$@"
    else
        ___x_cmd pixi exec -s graphicsmagick gm "$@"
    fi
}
