view scripts/conf_var @ 396:3320c927a84f draft

Hopefully I have actually removed the dn42 and van stuff this time...
author lex <lex@lynx.ano>
date Wed, 09 Feb 2011 19:41:48 +0300
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