1#!/bin/sh
2gcindir=`basename $PWD`
3
4rm -f *core*
5
6for i in $*
7do
8  cat win32-utf8-signature.txt $i > ../gcin-win32/$i
9done
10