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
| # The MangaStudio 5 (ms5) file format is actually just sqlite3 database. | |
| # | |
| # When you save and re-save them, they tend to accumulate a bit of cruft. | |
| # This script will loop through the specified .lip files and run the 'vacuum;' | |
| # command on each one, removing the cruft! | |
| # | |
| # WARNING: Use at your own risk! I've not had any problems, but it has not | |
| # been tested exhaustively. | |
| # | |
| # Installation: |