From 3bcd9383c18468c4a34feae7ce2cf48578f93d61 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 14 Jan 2013 15:15:22 +0800 Subject: remove genpinyins.awk --- scripts/genpinyins.awk | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/genpinyins.awk diff --git a/scripts/genpinyins.awk b/scripts/genpinyins.awk deleted file mode 100644 index 8ab3d13..0000000 --- a/scripts/genpinyins.awk +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/awk - { if (length($2) == len) pinyins[$1] += $4 } - -END { - for (pinyin in pinyins) { - print pinyin, pinyins[pinyin] - } -} -- cgit