A small shell script to print kingjamesbibleonline.org's Popular Bible Verse
sudo apt-get install w3m && sudo apt-get install figlet
$ wget https://github.com/tmiland/popbv/raw/master/popbv.sh
$ chmod +x popbv.sh
$ ./popbv.sh
$ ln -s /path/to/popbv.sh /usr/bin/popbv
$ popbv
$ 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