comparison scripts/conf_var @ 12:41b330b11a33 draft

coded a tinydns datafile generator
author Nick <nick@somerandomnick.ano>
date Mon, 19 Apr 2010 06:10:07 +0000
parents
children
comparison
equal deleted inserted replaced
11:2e7c94478881 12:41b330b11a33
1 #!/bin/sh
2 if [ -r "conf/$1" ]; then
3 exec cat "conf/$1"
4 else
5 echo "$2"
6 exec false
7 fi