8 lines
187 B
Fish
8 lines
187 B
Fish
|
#!/bin/env fish
|
||
|
begin
|
||
|
# Prints the path to Arch's `releng` template.
|
||
|
function templatePath
|
||
|
echo "$(dirname (which mkarchiso))/../share/archiso/configs/releng"
|
||
|
end
|
||
|
end
|