Mercurial > hg > anonet-resdb
view scripts/conf_var @ 349:59102e1e06f9 draft
Qualifying domain names in the bind generator script now
author | lex <lex@lynx.ano> |
---|---|
date | Tue, 11 Jan 2011 14:08:40 -0600 |
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