#!/bin/bash
STARTUP_JAR="/usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar"
/usr/share/eclipse/eclipse.bin -startup $STARTUP_JAR "$@"
