view scripts/conf_var @ 1143:ca4d35064aa2 draft

fixed the ns.whois.ano thing... don't remember what I did to whoisd.pl. Oh well.
author epoch <epoch@hacking.allowed.org>
date Mon, 28 Oct 2013 04:16:16 +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