#!/gnu/store/1gvm07n9bn8gvbw63qx74b9al0z8prdq-bash-4.3.33/bin/bash
# A shorthand for "guix offload", for use by the daemon.

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