#!/gnu/store/311nvir0pz1mhf0mgsmfrw00qfj7yq0j-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/632msbms2yaldfnlrb5lbnlnmn9yjisw-guix-0.9.0"
    exec_prefix="${prefix}"
    exec "${exec_prefix}/bin/guix" offload "$@"
else
    exec guix offload "$@"
fi
