view scripts/conf_var @ 715:fe690d7b7f4a draft

Splicex Update from --no-char fix
author d3v11 <d3v11@d3v11.ano>
date Sun, 30 Oct 2011 08:31:15 -0400
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