Mercurial > hg > anonet-resdb
view scripts/conf_var @ 272:e8465a131091 draft
Added nomius cidr, as and domain (turtleisland.ano)
author | root <root@Aquiles.(none)> |
---|---|
date | Sun, 21 Nov 2010 23:19:03 -0300 |
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