Last active
February 25, 2016 01:36
-
-
Save somini/887eb15a48a9bde03d28 to your computer and use it in GitHub Desktop.
Planescape: Torment Bugfixing Patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# usage: bspatch oldfile newfile patchfile | |
cp 'torment.exe' 'torment.exe~' | |
bspatch 'torment.exe~' 'torment.exe' 'torment.exe.bspatch' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment