#! /bin/sh
# Script to run Sun's compiler
exec java sun.tools.javac.Main "$@"
