mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
8 lines
210 B
Perl
8 lines
210 B
Perl
#!/usr/bin/perl -lp
|
|
|
|
# The format of each line is:
|
|
# s/^<basename-of dictionary-file>/<preferred nickname>/;
|
|
# Lines preceded by a hash character (#) are ignored.
|
|
|
|
s/^freedict/fd/;
|
|
s/^gazetteer/gaz/;
|