zip file splitter/combiner compatible with peazip/7zip produced multivolume archives
#Prerequisites
sudo apt install autotools-dev build-essential mingw-w64 upx
autoreconf -i mkdir ./build cd ./build ../configure make
autoreconf -i mkdir ./build cd ./build ../configure --host=x86_64-w64-mingw32 make
x86_64-w64-mingw32-strip ./src/zipglue.exe upx ./src/zipglue.exe
git clean -x -d -f