1712403659

This commit is contained in:
BOT 2024-04-06 11:40:59 +00:00 committed by yuuki
parent d80826f8a0
commit 4a558fdc10
2 changed files with 1 additions and 1 deletions

Binary file not shown.

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 -A
git commit --author="bot <user@example.com>" -m "$(date +%s)"
git commit --author="BOT <user@example.com>" -m "$(date +%s)"
git push origin main