Mercurial > hg > anonet-resdb
view scripts/conf_var @ 1221:bf8940e8e0db draft
epoch stole paste.ano from talamon
author | epochqwert <epoch@hacking.allowed.org> |
---|---|
date | Mon, 10 Sep 2018 06:17:26 +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