Mercurial > hg > anonet-resdb
view scripts/conf_var @ 386:814d33f8c0f4 draft
Add AS 1986 and ip network 1.0.86.0\24 registered to mirsal.
author | Anonymous Coward <nobody@nowhere> |
---|---|
date | Sun, 30 Jan 2011 14:22:44 +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