1712403401

This commit is contained in:
yuuki 2024-04-06 11:36:41 +00:00
parent ad68c5e165
commit e218cb9bd2
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -5,4 +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 -m "$(date)"
git commit -m "$(date +%s)"
git push origin main