#!/bin/sh
#
# $Id: w2hh,v 1.2 2000/04/30 10:10:39 urabe Exp $
#
while [ "$1" ]
do
  w2h /dat/LP/$1 /raw1/$1*
  shift
done
