mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
7 lines
162 B
Bash
7 lines
162 B
Bash
#!/bin/sh
|
|
#
|
|
# FreeBSD-specific startup script for Eclipse Platform
|
|
#
|
|
# See: http://www.eclipse.org
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@"
|