view scripts/conf_var @ 712:59babc5385d5 draft

SpliceX fixed, old coding trim down with patch for --time option
author d3v11 <d3v11@d3v11.ano>
date Sun, 30 Oct 2011 08:01:22 -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