7 lines
205 B
Bash
7 lines
205 B
Bash
#!/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+"$@"}
|