Mercurial > hg > anonet-resdb
view scripts/conf_var @ 613:c2879679114d draft
PP (uncommented safe defaults and added useragent pass-through)
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 18 Sep 2011 08:57:34 +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