new-words

annotate new-words.pl @ 38:adbc809d3924

Transition to Python started

new-words-py.sh is a wrapper around
new-words.py version which is not finished yet.
author Igor Chubin <igor@chub.in>
date Sat Jan 22 23:42:31 2011 +0100 (2011-01-22)
parents
children
rev   line source
igor@0 1 #!/usr/bin/perl
igor@0 2 #
igor@0 3
igor@0 4 print "Experimental. Run new-words.sh instead\n";
igor@0 5 exit(0);
igor@0 6