#!/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