Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)