summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorbreadcat2020-06-21 12:28:16 +0100
committerbreadcat2020-06-21 12:28:16 +0100
commit279f8bb1a6651eb25df9829c0aaf6b30521a733e (patch)
tree0ece1f9ab09c53277f497d33003bb21f405f339b /content
parentc70ff6dee6302ea85f4d0347d1e7fede24c65064 (diff)
downloadblog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.tar.gz
blog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.tar.bz2
blog.minskio.co.uk-279f8bb1a6651eb25df9829c0aaf6b30521a733e.zip
Update regarding binmerge
Diffstat (limited to 'content')
-rw-r--r--content/posts/ps1-iso-formats-conversion.md4
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.