mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
9 lines
205 B
Bash
9 lines
205 B
Bash
#!/bin/sh
|
|
#
|
|
# Execution wrapper for KickAssembler
|
|
#
|
|
# Written by Uffe Jakobsen <uffe@uffe.org>
|
|
#
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%"
|
|
%%LOCALBASE%%/bin/java -jar %%JAVASHAREDIR%%/%%PORTNAME%%/KickAss.jar ${@}
|