view scripts/conf_var @ 32:d44b9afb4a25 draft

fixed last two of UFO's scripts to take local ASN from env
author Nick <nick@somerandomnick.ano>
date Fri, 11 Jun 2010 11:40:32 +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