diff options
| author | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-02-10 23:21:24 +0800 |
| commit | 39c98aef0b1077001571a11adfd6b4c80dec256a (patch) | |
| tree | 495455d698594b7f3fa0dcf7be39b7e549eedf28 /data/update.sh | |
| parent | 45337902f925e8d826aae5a2347029ab03753113 (diff) | |
add loading page
Diffstat (limited to 'data/update.sh')
| -rw-r--r-- | data/update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh new file mode 100644 index 0000000..7ae5351 --- /dev/null +++ b/data/update.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 + |
