view scripts/conf_var @ 836:c18e8b83b9f4 draft

welcome /AnonNet :-)
author Nick <nick@somerandomnick.ano>
date Mon, 19 Dec 2011 07:03:44 +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