view scripts/conf_var @ 372:7832e9283f0f draft

Added email for MrSmith
author MrSmith <mail@mrsmith.ano>
date Thu, 13 Jan 2011 05:30:55 +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