view scripts/conf_var @ 835:a4b5d72de9ce draft

add resdb for as gain
author gain <gain@notaplace.ano>
date Sat, 17 Dec 2011 02:07:22 -0700
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