view scripts/conf_var @ 655:74ac9f53ae09 draft

i hate pod
author d3v11 <d3v11@d3v11.ano>
date Thu, 06 Oct 2011 20:34:08 -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