Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
/ gogext.sh Public archive

gogextract, but its in bash

License

Notifications You must be signed in to change notification settings

moonburnt/gogext.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GOG Extract, except its rewritten in bash

yeah... thats about it

Usage:

gogext.sh <game-installer-you-want-to-unpack.sh> <output-directory> (optionally)

Limitations:

  • Speed of extraction process is far from being fast - blame dd's defaults. If you have any ideas regarding how to improve that - please let me know via issues

License:

WTFPL

Before you go:

Huge thanks to Yepoleb for his awesome gogextract.py! My abomination is just mere attempt to recreate his work in bash, so dont forget to check the original one