PortValhalla/archiso/scripts/update-patch.fish
2024-11-29 01:13:58 +01:00

6 lines
181 B
Fish
Executable file

#!/bin/env fish
# Updates the patch to be applicable to Arch's current `releng` template.
begin
set -l dir (status dirname)
"$dir/show-diff.fish" >"$dir/valhalla.patch"
end