This commit is contained in:
louiscklaw
2025-01-31 22:36:21 +08:00
parent f4fc0b8f71
commit c7fb335275
1399 changed files with 5714 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#!/usr/bin/env bash
set -ex
rm -rf p/*
# rm -rf n/*
python ./crawler_african.py &
python ./crawler_beach.py &
python ./crawler_building.py &
python ./crawler_bus.py &
python ./crawler_dinosaur.py &
python ./crawler_dish.py &
python ./crawler_horse.py &
python ./crawler_mountain.py &
python ./crawler_flower.py &
python ./crawler_elephant.py &
# python ./crawler_n.py
wait
echo "done"