gtk/eclipse/eclipse.sh

4 lines
85 B
Bash
Raw Normal View History

2016-02-16 06:06:52 +08:00
#!/bin/bash
export ECLIPSE_HOME=/usr/share/eclipse
exec ${ECLIPSE_HOME}/eclipse "$@"