view scripts/conf_var @ 551:060393ab28c3 draft

Hello ya all!
author dimitry <dimitry@anonet>
date Sun, 03 Jul 2011 22:25:05 +0200
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