view scripts/conf_var @ 66:70a0167e1b20 draft

updated dn42 export to export netblock info
author Nick <nick@somerandomnick.ano>
date Mon, 21 Jun 2010 19:01:09 +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