Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmiland/popbv
A small shell script to print kingjamesbibleonline.org's Popular Bible Verse
https://github.com/tmiland/popbv
bash bash-script bible-verse biblequote kingjames kingjamesbible
Last synced: 5 days ago
JSON representation
A small shell script to print kingjamesbibleonline.org's Popular Bible Verse
- Host: GitHub
- URL: https://github.com/tmiland/popbv
- Owner: tmiland
- License: mit
- Created: 2019-03-03T09:40:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T09:40:43.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T04:54:25.653Z (about 2 months ago)
- Topics: bash, bash-script, bible-verse, biblequote, kingjames, kingjamesbible
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popular Bible Verse
A small shell script to print kingjamesbibleonline.org's Popular Bible Verse
## Installation
### Install dependencies
```bash
sudo apt-get install w3m && sudo apt-get install figlet
```#### Download and execute the script:
```bash
$ wget https://github.com/tmiland/popbv/raw/master/popbv.sh
$ chmod +x popbv.sh
$ ./popbv.sh
```#### Optionally
```bash
$ ln -s /path/to/popbv.sh /usr/bin/popbv
$ popbv
```#### Or add it to motd
```bash
$ ln -s /path/to/popbv.sh /etc/update-motd.d/10-popbv
$ /usr/sbin/update-motd
```
***Requires the update-motd package***`apt install update-motd`
## Screenshots
![screenshot](https://raw.githubusercontent.com/tmiland/popbv/master/popbv.png)