#!/bin/bash
clear
echo "************ Starting Bible Analyzer *************"
/opt/BibleAnalyzer/ba-run.py
echo
read -p "Press Enter to close terminal"


