Mercurial > hg > anonet-resdb
view scripts/conf_var @ 308:d036ee68a317 draft
Added interesting metadata about 3090, 3100, maybe useful for graphs
author | lex <lex@lynx.ano> |
---|---|
date | Thu, 09 Dec 2010 18:42:00 -0600 |
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