mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-10 09:24:38 +08:00
4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
export ECLIPSE_HOME=/usr/share/eclipse
|
||
|
exec ${ECLIPSE_HOME}/eclipse "$@"
|