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