#!/bin/sh echo "Building Magercise " $1 mkdir $1 mv $1.java $1/. cat << EOF > $1/applet.size 300 150 EOF #if [-r $1/text.input]; then echo "Building $1/text.input" #else # echo "
Perform the following tasks: