blob: 6d22f13cd5885a8258db19d1a5c0e20525d36e63 [file] [log] [blame]
// basic initializations
evaluate(new File("scripts/nutch_base.gv"))
// start the script
// bin/nutch crawl urls -dir crawl -depth 3 -topN 50
echo "----- crawl -----"
execNutch (["crawl", "$urls", "-dir", "${crawl_dir}", "-depth", "$depth"])
echo "----- done -----"