Mercurial > hg > anonet-resdb
view scripts/conf_var @ 1171:19953e9f422e draft
oopsed on configure. undid that.
author | epoch <epoch@hacking.allowed.ano> |
---|---|
date | Thu, 17 Jul 2014 04:26:15 +0000 |
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