#!/gnu/store/bprxq0njg14pqak8qmv1799v57mb94l0-bash-minimal-4.4.19/bin/bash
# A shorthand for "guix offload", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="/gnu/store/7l0kaflmywk67smadm79xchdif8jdfw2-guix-0.15.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" offload "$@"
else
    exec guix offload "$@"
fi
