PortValhalla/archiso/scripts/template-path.sh

6 lines
162 B
Bash
Raw Normal View History

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