view scripts/conf_var @ 388:468578335816 draft

Register the mirz.ano domain
author Anonymous Coward <nobody@nowhere>
date Mon, 31 Jan 2011 18:21:52 +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