view scripts/conf_var @ 47:f2fb1d2dcf8c draft

fixed another bug (misnamed ASes)
author Nick <nick@somerandomnick.ano>
date Sat, 12 Jun 2010 00:13:52 +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