vulkan-headers/update.sh
Stephen Gutekanst 3835c529e3 make update/verify commands scripts
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-24 16:20:40 -07:00

6 lines
177 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
git remote add upstream https://github.com/KhronosGroup/Vulkan-Headers || true
git fetch upstream
git merge upstream/main --strategy ours