mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 02:14:37 +08:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
CLASSPATH=/usr/share/java/ecj.jar${CLASSPATH:+:}$CLASSPATH \
|
||
|
java org.eclipse.jdt.internal.compiler.batch.Main "$@"
|