view scripts/conf_var @ 219:99fc6f115252 draft

Merge git://1.0.169.1/ano2
author Nick <nick@somerandomnick.ano>
date Sun, 24 Oct 2010 08:29:24 +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