mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
9 lines
210 B
Text
9 lines
210 B
Text
|
#!/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/;
|