5 lines
172 B
Bash
5 lines
172 B
Bash
|
#!/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";
|