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
#!/usr/bin/env ruby | |
# | |
# Mork Dumper, based on the CPAN module "Mozilla::Mork" | |
# http://search.cpan.org/~kript/Mozilla-Mork-0.01/lib/Mozilla/Mork.pm | |
# | |
# description: | |
# "Mork" is a format of Mozilla's internal data files, like | |
# summary files (*.msf) of Thunderbird. This command reports | |
# all contents of the specified Mork file as a JSON string. | |
# |