1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/java/jlex/files/jlex.sh.in
Herve Quiroz 3e69e5a6b7 - Update to bsd.java.mk 2.0
- Add a new launcher shell script: 'jlex'
- Update pkg-message accordingly and bump PORTREVISION
2005-02-03 02:14:53 +00:00

6 lines
95 B
Bash

#!/bin/sh
#
# $FreeBSD$
"%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jlex.jar" JLex.Main "$@"