This project is dedicated to saving GIO docker Braindead files.
- Clone this repository to your computer
- Open a terminal in the folder of the file you want to extract
- Run this command on your Linux (If you are using Windows, then install WSL):
cat ./filename.part_* > ./filename
(For example:cat ./server-requirements.rar.part_* > ./server-requirements.rar
)
yes