view scripts/conf_var @ 419:3611f802c762 draft

Claims related to thejetset |- as: 236 |- ip: 1.236.236.0/24 (incl. rdns) |- usr: thejetset `- dom: thejetset.ano
author ben <ben@localhost.localdomain>
date Sun, 27 Feb 2011 22:13:37 +0000
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