Mercurial > hg > anonet-resdb
view scripts/conf_var @ 479:70ad1bedb1dd draft
Sponsored by early morning productions...
author | vutral <vutral@vutral.ano> |
---|---|
date | Thu, 31 Mar 2011 03:48:51 +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