mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
exec "%%LOCALBASE%%/bin/java" -DsuppressSwingDropSupport=true -Xmx256m -jar "%%DATADIR%%/proguardgui.jar" "$@"
|