view scripts/conf_var @ 91:17e4bef39c08 draft

Modification of scripts/nameserver_autogen/dnsmasq_tld_conffile
author pragmo <pragmo@pragmo.ano>
date Thu, 05 Aug 2010 02:45:46 +0200
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