view scripts/conf_var @ 325:fd61b2f06ebd draft

Some more changes to the webpage
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 02 Jan 2011 23:59:37 +0100
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