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