Mercurial > hg > anonet-resdb
view scripts/conf_var @ 658:bd1f56c22102 draft
updated splice3
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 08 Oct 2011 10:42:34 -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