b559df2 ^
1 2 3 4 5 6 7
#!/bin/sh if [ -r "conf/$1" ]; then exec cat "conf/$1" else echo "$2" exec false fi