Mercurial > hg > anonet-resdb
view scripts/conf_var @ 321:645765c8a688 draft
added wikileaks to a2.o
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 26 Dec 2010 05:15:26 +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