view scripts/conf_var @ 757:1f632b3423fc draft

added ircd
author pikaj00 <pikaj00@gmail.com>
date Thu, 27 Oct 2011 15:47: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