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