6 lines
139 B
Bash
6 lines
139 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
java -cp startup.jar org.eclipse.core.launcher.Main \
|
||
|
-application org.eclipse.jdt.core.JavaCodeFormatter \
|
||
|
${1+"$@"}
|