$NetBSD: patch-ab,v 1.4 2006/02/02 17:29:13 joerg Exp $

--- convert.sh.orig	2000-03-22 16:01:00.000000000 +0000
+++ convert.sh
@@ -7,3 +7,7 @@
 rm t t.lzh
 done
 
+for X in *.cpp;do
+nkf -e < $X > t
+mv t $X
+done
