11 lines
125 B
Bash
Executable File
11 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
rm -rf p/*
|
|
rm -rf n/*
|
|
|
|
# python ./crawler.py
|
|
python ./crawler_horse.py
|
|
# python ./crawler_n.py
|