diff options
Diffstat (limited to 'data/build.sh')
| -rw-r--r-- | data/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/build.sh b/data/build.sh new file mode 100644 index 0000000..7ae5351 --- /dev/null +++ b/data/build.sh @@ -0,0 +1,5 @@ +curl https://ygocdb.com/api/v0/cards.zip -o cards.zip +unzip cards.zip +rm cards.zip +python3 build-card-info.py + |
