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

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