7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
exec @LIBDIR@/eclipse/eclipse \
|
||
|
--launcher.library @LIBDIR@/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.@ECLIPSELIBSUFFIX@ \
|
||
|
-startup /usr/share/eclipse/startup.jar \
|
||
|
${1+"$@"}
|