5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
exec @LIBDIR@/eclipse/eclipse \
|
||
|
${1+"$@"}
|