view scripts/conf_var @ 286:9dc804527a1f draft

updated a2.o
author Nick <nick@somerandomnick.ano>
date Fri, 03 Dec 2010 18:23:55 +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