diff options
author | breadcat | 2020-06-21 12:28:16 +0100 |
---|---|---|
committer | breadcat | 2020-06-21 12:28:16 +0100 |
commit | 279f8bb1a6651eb25df9829c0aaf6b30521a733e (patch) | |
tree | 0ece1f9ab09c53277f497d33003bb21f405f339b | |
parent | c70ff6dee6302ea85f4d0347d1e7fede24c65064 (diff) | |
download | blog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.tar.gz blog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.tar.bz2 blog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.zip |
Update regarding binmerge
-rw-r--r-- | content/posts/ps1-iso-formats-conversion.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/posts/ps1-iso-formats-conversion.md b/content/posts/ps1-iso-formats-conversion.md index 7bfb8cf..01350d1 100644 --- a/content/posts/ps1-iso-formats-conversion.md +++ b/content/posts/ps1-iso-formats-conversion.md @@ -71,4 +71,6 @@ And then, to mount the archive: ``` mkdir sony_playstation mount sony_playstation.squashfs sony_playstation -t squashfs -o loop -```
\ No newline at end of file +``` + +* **Edit 2020-06-20:** I've recently found out about [binmerge](https://github.com/putnam/binmerge) which is a python script that will merge multiple bin files into a single one. |