view scripts/conf_var @ 225:f983a3b6a7ab draft

Merge branch 'master' of git://git1.somerandomnick.ano Conflicts: doc/www.anonet2.org/public_pod/index.pod
author root <root@HAL2000.(none)>
date Tue, 26 Oct 2010 18:13:42 -0500
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