Mercurial > hg > anonet-resdb
view scripts/conf_var @ 275:04c3f5bf3d33 draft
Added nomius git server
author | root <root@Aquiles.(none)> |
---|---|
date | Sun, 21 Nov 2010 23:45:07 -0300 |
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