4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/bash
|
||
|
export ECLIPSE_HOME=/usr/lib/eclipse-modeling
|
||
|
exec ${ECLIPSE_HOME}/eclipse "$@"
|