view scripts/conf_var @ 517:83d595d33c70 draft

add sirio ip, asn and git
author Anonymous Coward <nobody@nowhere>
date Sun, 05 Jun 2011 10:19:05 -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