view scripts/conf_var @ 1213:4204875410e0 draft

added ascii.ano for myself
author epochqwert <epoch@hacking.allowed.org>
date Sat, 21 Jul 2018 08:14:56 +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