Mercurial > hg > anonet-resdb
view scripts/conf_var @ 569:70c100ca2629 draft
cococha.ano dimitry glues
author | dimitry <dimitry@anonet> |
---|---|
date | Tue, 26 Jul 2011 12:40:45 +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