view scripts/conf_var @ 518:e8e613a53c2f draft

add sirio.ano
author Anonymous Coward <nobody@nowhere>
date Sun, 05 Jun 2011 10:52:23 -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