#!/gnu/store/8hzkhi306hncm2plvcxyz7jbfa5ssx0c-bash-4.3.39/bin/bash
# A shorthand for "guix offload", for use by the daemon.

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