#!/bin/sh
#
# Here's a startup file for a  web-explorer  that  searches  for  abc
# music files and indexes them. This one does a general search of the
# web, to depth 4, and puts its output into files with "Tune_" at the
# start  of their names.  You might want to twiddle the options a bit
# before running this.

export V_TuneBot
D=`date -u +%Y%m%d`
V_TuneBot=3TuneBot.$D.log

TuneBot \
	-art +D3 +S5 .html=abc .txt=abc -30 < URLs > TuneBotRun.$D.log 2>&1

