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