diff options
Diffstat (limited to 'content')
-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. |