Tips_and_Hacks/MAST_tW_PDF_Updater/FilesForUpdates/mine.sh

18 lines
340 B
Bash

# Connects the URL, Strong's number, and ref for anomalous entries.
here=$PWD
#echo $here
cd $here
#perl "Mine.URL.Strong.Verse.OT.3.pl"
# perl "Mine.URL.Strong.Verse.OT.2.pl"
perl "Mine.URL.Strong.Verse.pl"
os=`uname`
# echo "Checking operating system"
if [ "$os" = "Linux" ]; then
sh strongs.sh
echo ""
echo ""
fi
echo
echo Done.
echo