view scripts/conf_var @ 1139:ecd7a8f31764 draft

added whois.ano ofc.
author epoch <epoch@hacking.allowed.org>
date Sun, 06 Oct 2013 11:04: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