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