view scripts/conf_var @ 1020:bace90f3f318 draft

[scripts/add_udpmsg4_chat] [security] .gitignore seckey (thanks Ivo)
author d3v11 <d3v11@d3v11.ano>
date Sat, 06 Oct 2012 22:06:10 +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