Files
004_comission/vinniesniper-54816/task1/_tools/crawer/run.sh
louiscklaw c7fb335275 update,
2025-01-31 22:36:21 +08:00

24 lines
391 B
Bash
Executable File

#!/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"