blob: 902384ea1c66ac4bb422ccdf59edf7a6cb3c11c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# the README says to use '* V.E.R.A.' at the start, but that causes
# the command 'info vera' to fail. Using '* VERA' works as expected.
if ! grep "(vera)" usr/info/dir 1>/dev/null 2>/dev/null; then
cat << EOF >> usr/info/dir
Miscellaneous
* VERA: (vera). Virtual Entity of Relevant Acronyms
EOF
fi
|