view scripts/conf_var @ 508:10e4f5cef865 draft

Creation
author Punkbob <Punkbob@Punkbob.ano>
date Sun, 22 May 2011 04:50:30 -0400
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