view scripts/conf_var @ 1158:955f269cc2c7 draft

Fixed ns for my domain.
author Query <nobody@space>
date Sun, 09 Mar 2014 12:45:27 +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