view scripts/conf_var @ 828:c76e4877f972 draft

say hello to the new decentralized dox database
author d3v11 <d3v11@d3v11.ano>
date Mon, 19 Dec 2011 04:17:04 +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