#!/bin/bash
set -euo pipefail
cd "${WORD_DIR:-$HOME/word}"
LC_ALL=C grep -inH "$@" bible/*/*/* quran/*/*
