view scripts/conf_var @ 1096:a391b01caccf draft

domain stuff
author epoch <epoch@hacking.allowed.org>
date Mon, 25 Mar 2013 14:24:42 -0500
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