bbl

Read, search and index the Bible on the command line -- Greek, Latin, KJV, Knox, RSV, and more
git clone git://git.wilsonrgheen.com/bbl
Log | Files | Refs | README | LICENSE

commit 40a8dd501e469b76814dacad0a6e77bea1e963ea
parent a16eb71b3f4350b98480b182b39e07b105a37838
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Tue, 22 Feb 2022 08:21:58 -0600

Moved file to a more appropriate place

Diffstat:
Daliasrc.sample | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/aliasrc.sample b/aliasrc.sample @@ -1,9 +0,0 @@ -# Bible -alias \ - drb="bbl --douay" \ - grb="bbl --greek" \ - njb="bbl --jerusalem" \ - knx="bbl --knox" \ - kjv="bbl --kjv" \ - rsv="bbl --rsv" \ - vul="bbl --vulgate"