view scripts/conf_var @ 306:f40d1793739c draft

added a link from a2.o to the assholes page
author Nick <nick@somerandomnick.ano>
date Thu, 09 Dec 2010 04:10:34 +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