Mercurial > hg > anonet-resdb
view scripts/conf_var @ 264:97fdbcf826f0 draft
Merge branch 'master' of git://git1.somerandomnick.ano
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Thu, 04 Nov 2010 19:30:06 +0100 |
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