view scripts/conf_var @ 68:4ace60b88ec0 draft

export now hijacks tech-c
author Nick <nick@somerandomnick.ano>
date Sun, 27 Jun 2010 16:49:59 +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