diff options
| author | Mistivia <i@mistivia.com> | 2025-10-04 04:17:48 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-04 04:17:48 +0800 |
| commit | 293280f0dc53dee2097b43e933d3843feb10dc7c (patch) | |
| tree | 28071b794b7705c9adcf435f7159a8eebb61223f /data/update.sh | |
| parent | 7fad0ac37222d740fb7e55c19f380981b80186bb (diff) | |
add update script for yaml-yugi
Diffstat (limited to 'data/update.sh')
| -rw-r--r-- | data/update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh index eaff81c..0826f15 100644 --- a/data/update.sh +++ b/data/update.sh @@ -4,6 +4,10 @@ unzip cards.zip rm cards.zip python3 build-card-info.py python3 split.py +cd yaml-yugi +git pull +cd .. +rsync -avz yaml-yugi/data/cards/ root@raye:/volume/webroot/cardtext/ python3 fetch-ocg-banlist.py python3 fetch-tcg-banlist.py |
