view scripts/conf_var @ 943:7cd0fbc92605 draft

updated a2.o/darknet_comparison
author Nick <nick@somerandomnick.ano>
date Fri, 23 Mar 2012 01:02:48 +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