Skip to content

Instantly share code, notes, and snippets.

@mattmccray
mattmccray / optimize_lip.sh
Last active December 12, 2015 06:09
Shell script to optimize MangaStudio 5 files.
# 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: