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