view scripts/conf_var @ 314:b1a0a964db95 draft

email
author root <root@HAL2000.(none)>
date Thu, 16 Dec 2010 02:08:58 -0600 (2010-12-16)
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