commit 279f8bb1a6651eb25df9829c0aaf6b30521a733e parent c70ff6dee6302ea85f4d0347d1e7fede24c65064 Author: breadcat <peter@minskio.co.uk> Date: Sun, 21 Jun 2020 12:28:16 +0100 Update regarding binmerge Diffstat:
M | content/posts/ps1-iso-formats-conversion.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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.