Hide patch from console output

This commit is contained in:
Manuel Thalmann 2024-06-18 22:19:30 +02:00
parent ceaf897b50
commit 818b4c89f7

View file

@ -1,4 +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";
"$rootDir/show-diff.sh" > "$rootDir/valhalla.patch";