mass-scraper/parishwebsites/commands-wrapper.sh
Dawid Jurkiewicz 8b72d0b351 Prototype rule based masses extractor.
Added spider.
Started working on testsets.
2018-03-01 14:40:13 +01:00

3 lines
119 B
Bash
Executable File

#!/usr/bin/env bash
cut -f3 ../scraper/extended.tsv | tail -n +2 | grep http | ./generate_spider_commands.sh | sort -u