Mercurial > hg > anonet-resdb
view scripts/conf_var @ 739:341358015420 draft
Added info for nameserver, domain, and git repository
author | demontrox <demontrox@demontrox.ano> |
---|---|
date | Sun, 06 Nov 2011 19:34:56 -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