#!/gnu/store/ixvb1magqdw79w9mc1l8p48q5g4n6llq-bash-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/xcnrc8lvq7yks3c02cpknphj3n0p2p6r-guix-0.13.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" offload "$@"
else
    exec guix offload "$@"
fi
