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)
|
2024-11-29 00:13:58 +00:00
|
|
|
"$dir/show-diff.fish" >"$dir/valhalla.patch"
|
2024-07-07 22:44:35 +00:00
|
|
|
end
|