Initial version

This commit is contained in:
Lol3rrr
2024-09-15 05:09:15 +02:00
commit c7aa4dbe8c
489 changed files with 124650 additions and 0 deletions

14
Protobufs/update.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
cd "$(dirname "$0")"
rsync -arhv --delete ../steamtrack/Protobufs/ ./steam/
rsync -arhv --delete ../backend/files/csgo/Protobufs/ ./csgo/
rsync -arhv --delete ../backend/files/dota/Protobufs/ ./dota2/
rsync -arhv --delete ../backend/files/deadlock/Protobufs/ ./deadlock/
rsync -arhv --delete ../backend/files/tf/Protobufs/ ./tf2/
cp -r ./steam/google ./
git add -A
git commit -S -a -m "$(git status --porcelain | wc -l) files | $(git status --porcelain | sed '{:q;N;s/\n/, /g;t q}' | sed 's/^ *//g')"
git push