Add a script for creating patches

This commit is contained in:
Manuel Thalmann 2024-06-18 22:00:26 +02:00
parent c711f5e848
commit 7cf91dfd31

View file

@ -0,0 +1,4 @@
#!/bin/bash
# Updates the patch to be applicable to Arch's current `releng` template.
rootDir="${BASH_SOURCE%/*}";
"$rootDir/show-diff.sh" | tee "$rootDir/valhalla.patch";