#!/gnu/store/0ds2sxyjwi3chcqqjm8pjr51phc4d4s0-bash-4.3.42/bin/bash
# A shorthand for "guix offload", for use by the daemon.

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