Mercurial > hg > anonet-resdb
view scripts/conf_var @ 101:8538cc683972 draft
Announcing hosting of resdb
author | Gaius Marius Quintum Agmen <quintum@cm.ano> |
---|---|
date | Mon, 09 Aug 2010 21:56:04 +0200 |
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