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