view scripts/conf_var @ 672:c514819cc79c draft

Added AnoProxy, simple tool to create an outbound proxy from AnoNet(2)
author d3v11 <d3v11@d3v11.ano>
date Sat, 15 Oct 2011 19:45:58 -0500
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