aboutsummaryrefslogtreecommitdiff
path: root/data/build.sh
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-02-10 23:21:24 +0800
committerMistivia <i@mistivia.com>2025-02-10 23:21:24 +0800
commit39c98aef0b1077001571a11adfd6b4c80dec256a (patch)
tree495455d698594b7f3fa0dcf7be39b7e549eedf28 /data/build.sh
parent45337902f925e8d826aae5a2347029ab03753113 (diff)
add loading page
Diffstat (limited to 'data/build.sh')
-rw-r--r--data/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/build.sh b/data/build.sh
deleted file mode 100644
index 7ae5351..0000000
--- a/data/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-curl https://ygocdb.com/api/v0/cards.zip -o cards.zip
-unzip cards.zip
-rm cards.zip
-python3 build-card-info.py
-