Mercurial > hg > anonet-resdb
view scripts/conf_var @ 917:feb20bee2971 draft
hanged Addresses ofssssssss
author | pikaj00 <pikaj00@gmail.com> |
---|---|
date | Sun, 05 Feb 2012 16:04:32 -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