npt() { # id=87 for Jepara for t in `curl -s 'https://jadwalsholat.org/adzan/monthly.php?id=87' | grep 'table_highlight' | sed -e 's/<[^>]*>/ /g' | sed -e 's/\(^ *\)\|\( *$\)//g' | sed -e 's/ */\n/g' | tail -n +3` do if [[ $t > `date +"%H:%M"` ]] then echo $t break fi done }