PortValhalla/archiso/scripts/update-patch.fish

7 lines
182 B
Fish
Raw Normal View History

2024-07-07 22:44:35 +00:00
#!/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