PortValhalla/archiso/scripts/template-path.fish

8 lines
190 B
Fish
Raw Normal View History

2024-07-07 22:44:35 +00:00
#!/bin/env fish
begin
# Prints the path to Arch's `releng` template.
function templatePath
echo "$(dirname "$(which mkarchiso)")/../share/archiso/configs/releng"
end
end