mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:47:15 +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 "$@"
|