#!/bin/sh
for f
do
	hc -m g2b -t $CHINESE/bin/hc.tab < $f > $f.b5
done
