#!/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 "

$1

\n" > $1/text.input cat << EOF >> $1/text.input

Prerequisites

In this exercise, you will write an applet ...

Perform the following tasks:

Related Magercises

EOF #fi # $1/coursenotes.input # $1/help.input