Mercurial > hg > anonet-resdb
view scripts/conf_var @ 167:5d26587c9424 draft
10-08-10 added sevilNatas
author | root <root@HAL2000.(none)> |
---|---|
date | Fri, 08 Oct 2010 18:08:04 -0500 |
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