Mercurial > hg > anonet-resdb
view scripts/conf_var @ 1243:b8624e57fd96 draft
added case-insensitive matching to ASN queries.
author | epoch <epoch@hack.thebackupbox.net> |
---|---|
date | Sat, 21 Mar 2020 08:56:18 +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