view scripts/conf_var @ 229:57a9c660edd5 draft

Added AS1112 for UCIS Anortr2
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 27 Oct 2010 18:21:36 +0200
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