view scripts/conf_var @ 246:346305e3d84a draft

a1wiki mirror updated by sevil
author David Allen Chapman <dac@HAL2000.(none)>
date Thu, 04 Nov 2010 12:34:08 -0500
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