mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
5 lines
129 B
Plaintext
5 lines
129 B
Plaintext
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
||
|
exec "%%LOCALBASE%%/bin/java" -jar "%%OBFUSCATEJSJAR%%" Obfuscator "$@"
|