7 lines
182 B
Fish
7 lines
182 B
Fish
|
#!/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
|