1#!/bin/sh
2# prepare fresh bzip2-* distro for the bzlib-src dir
3for tst in dlltest.c dlltest.dsp mk251.c spewG.c unzcrash.c; do
4  mv $tst tst-$tst
5done
6for win in libbz2.def libbz2.dsp makefile.msc tst-dlltest.c tst-dlltest.dsp; do
7  mv $win win-$win
8done
9for c in Makefile*; do
10  mv $c c-$c
11done
12