#!/bin/sh

cd ..
FILES=`cd dist1.3.0-alpha; ls`
for FILE in $FILES
do
	uuencode dist1.3.0-alpha/$FILE $FILE > dist1.3.0-alpha.uu/$FILE.uu
done
