run_spider.sh 141 B

123456789
  1. #!/usr/bin/env bash
  2. rm ./date.json
  3. scrapy runspider ./driver_spider.py -o ./date.json
  4. # EOF
  5. # vim: set tabstop=4 shiftwidth=4 expandtab :