mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
exec "%%LOCALBASE%%/bin/java" -Xmx256m -jar "%%DATADIR%%/proguard.jar" "$@"
|