Mercurial > hg > anonet-resdb
view scripts/conf_var @ 72:c22cbdac3688 draft
added usr data
author | cronix <cronix@CrystalNET.eu.eu> |
---|---|
date | Sun, 11 Jul 2010 23:16:33 +0200 |
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