#!/gnu/store/71gjpyvij1py66r2sjdqcfapgffany1z-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/40l77wi0j90jk5zh8l8whwa48ic77w0r-guix-0.11.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" offload "$@"
else
    exec guix offload "$@"
fi
