A small bash script to print Bible Gateway's Verse of the Day in KJV
$ wget https://github.com/tmiland/votd/raw/master/votd.sh
$ chmod +x votd.sh
$ ./votd.sh
$ ln -s /path/to/votd.sh /usr/bin/votd
$ votd
$ 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
- Code is forked from: