make update/verify commands scripts
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3d252cf8c0
commit
3835c529e3
3 changed files with 20 additions and 20 deletions
6
update.sh
Executable file
6
update.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue