#!/bin/sh

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