#!/bin/sh
gcindir=`basename $PWD`

rm -f *core*

for i in $* 
do
  cat win32-utf8-signature.txt $i > ../gcin-win32/$i
done
