view scripts/conf_var @ 714:9a4cf79e1f8d draft

update changes for splicex
author d3v11 <d3v11@d3v11.ano>
date Sun, 30 Oct 2011 08:29:58 -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