build_resource.sh 145 B

12345
  1. #!/bin/bash
  2. curl https://mtgjson.com/api/v5/AllPrintings.json.gz > mtg.json.gz
  3. gzip -d mtg.json.gz
  4. python3 card_process.py > ../resource/mtgzhs