opnsense-ports/java/eclipse/files/eclipse.in
Franco Fichtner 87407e4337 */*: sync with upstream
Taken from: HardenedBSD
2020-03-22 12:05:01 +01:00

9 lines
177 B
Bash

#!/bin/sh
#
# FreeBSD-specific startup script for Eclipse Platform
#
# See: http://www.eclipse.org
#
# $FreeBSD$
#
JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@"