1#!/bin/bash 2 3source "$(dirname "${BASH_SOURCE}")/lib/init.sh" 4 5GENERATOR=compatibility ${SCRIPT_ROOT}/hack/update-codegen.sh
View as plain text