#!/bin/sh
gij -cp /usr/share/java/eclipse-ecj.jar \
	org.eclipse.jdt.internal.compiler.batch.GCCMain \
	${1+"$@"}

