view scripts/conf_var @ 611:ac4dbaecaf81 draft

The pubkey of /relayhell was copied from /JCS, sorry :-(
author Nick <nick@somerandomnick.ano>
date Wed, 14 Sep 2011 04:57:56 +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