mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
3e69e5a6b7
- Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
"%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jlex.jar" JLex.Main "$@"
|