diff options
Diffstat (limited to 'scripts/build_resource.sh')
| -rw-r--r-- | scripts/build_resource.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build_resource.sh b/scripts/build_resource.sh new file mode 100644 index 0000000..2021c97 --- /dev/null +++ b/scripts/build_resource.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +curl https://mtgjson.com/api/v5/AllPrintings.json.gz > mtg.json.gz +gzip -d mtg.json.gz +python3 card_process.py > ../resource/mtgzhs |
