view scripts/conf_var @ 276:72a6ad3c6dc6 draft

Changed ip by domain for nomius git server
author root <root@Aquiles.(none)>
date Sun, 21 Nov 2010 23:46:57 -0300
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