Mercurial > hg > anonet-resdb
view scripts/conf_var @ 1039:0e3f482dc1c3 draft
Added PieNet
author | AnoPie <nobody@nowhere> |
---|---|
date | Mon, 15 Oct 2012 06:41:00 +0000 |
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