This repository was archived by the owner on Oct 31, 2025. It is now read-only.
TEST. Binaries are 7z archives split with...well the linux split command.
Command used to split: split -b 1900M /srv/wplace/tiles-178.7z /srv/wplace/tiles-178.7z. - MY END
Command used to recombine: cat /srv/wplace/tiles-178.7z.* > /srv/wplace/tiles-178.7z - YOUR END