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 perl | |
| =head1 NAME generate_fixterms-mappings - create an xml output file suitable for | |
| loading into iTerm as a preset list conforming to the fixterms specification. | |
| =cut | |
| use strict; | |
| use warnings; |
OlderNewer