#!/gnu/store/38r0cwf94maj0bpnsx4sk16chqzmwyj1-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/x2b9qa0r2akkkmfwrybaligg32q2yb7l-guix-0.14.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" offload "$@"
else
    exec guix offload "$@"
fi
