82f13184e6
- Take maintainership - Make happy portlint PR: ports/166629 Submitted by: myself Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
7 lines
85 B
Bash
7 lines
85 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd %%PATH%%
|
|
exec %%JAVA_CMD%% -jar -Xmx512m %%BURP%% "$@"
|