pull.sh at 1712404801

This commit is contained in:
BOT 2024-04-06 12:00:01 +00:00 committed by yuuki
parent 1d5ba805b6
commit 12c4848136

View File

@ -5,5 +5,5 @@ docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/
docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json
git add *.json
git commit --author="BOT <>" -m "$(date +%s)"
git commit --author="BOT <>" -m "$(git diff --name-only --cached | paste -s -d ',') at $(date +%s)"
git push origin main