mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 15:45:12 +02:00
4 lines
126 B
Bash
4 lines
126 B
Bash
#!/usr/bin/bash
|
|
gij -cp /usr/share/java/eclipse-ecj.jar \
|
|
org.eclipse.jdt.internal.compiler.batch.GCCMain \
|
|
${1+"$@"}
|