Mercurial > hg > anonet-resdb
view scripts/conf_var @ 248:389a1005eb51 draft
a1wiki mirror updated by sevil
author | sevilNatas <you@example.com> |
---|---|
date | Thu, 04 Nov 2010 12:34:08 -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