Mercurial > hg > anonet-resdb
view scripts/conf_var @ 335:01f73dc2b76a draft
Added lynx wiki to anonet2.org services page
author | lex <lex@lynx.ano> |
---|---|
date | Fri, 07 Jan 2011 05:11:20 -0600 |
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