view scripts/conf_var @ 81:0cc5cad6226b draft

.
author Antonio Quartulli <ordex@ritirata.org>
date Thu, 29 Jul 2010 00:44:30 +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