Mercurial > hg > anonet-resdb
view scripts/conf_var @ 155:e96d858996e9 draft
attempt at fixing new problem in a2.o/darknet_comparison
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Tue, 14 Sep 2010 18:59:39 +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