Mercurial > hg > anonet-resdb
view scripts/conf_var @ 698:ae75fc600542 draft
index.pod a2.0 updates
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Fri, 28 Oct 2011 19:26:24 -0400 |
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