Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 692 Bytes

Verse of the Day

A small bash script to print Bible Gateway's Verse of the Day in KJV

Installation

Download and execute the script:

$ wget https://github.com/tmiland/votd/raw/master/votd.sh
$ chmod +x votd.sh
$ ./votd.sh

Optionally

$ ln -s /path/to/votd.sh /usr/bin/votd
$ votd

Or add it to motd

$ ln -s /path/to/votd.sh /etc/update-motd.d/10-votd
$ /usr/sbin/update-motd

Requires the update-motd package

apt install update-motd

Screenshots

screenshot

Credits