Mercurial > hg > anonet-resdb
view scripts/conf_var @ 114:18cc3d409f58 draft
added some links to the "anonymity" page
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 15 Aug 2010 18:23:56 +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