view scripts/conf_var @ 406:0fff726cc95c draft

AS 170, 1.0.170.0/24 for harald
author harald <harald@none>
date Sun, 13 Feb 2011 19:57:23 +0000 (2011-02-13)
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