Mercurial > hg > anonet-resdb
view scripts/conf_var @ 307:522906f070db draft
added a note to assholes about trying to avoid UFO's censorship
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Thu, 09 Dec 2010 04:19:38 +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