view scripts/conf_var @ 604:bc0c2cfc9921 draft

d3v1150m471c.ano has no ns directory, dnsmasq zonegen now handles it
author Nick <nick@somerandomnick.ano>
date Tue, 13 Sep 2011 03:53:18 +0000
parents 41b330b11a33
children
line wrap: on
line source

#!/bin/sh
if [ -r "conf/$1" ]; then
 exec cat "conf/$1"
else
 echo "$2"
 exec false
fi