freebsd-ports/security/burpsuite/files/burpsuite.sh
Sofian Brabez 82f13184e6 - Update to 1.4.01
- Take maintainership
- Make happy portlint

PR:		ports/166629
Submitted by:	myself
Approved by:	jadawin@, miwi@ (mentors, implicit)
Feature safe:	yes
2012-04-05 05:44:51 +00:00

7 lines
85 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
cd %%PATH%%
exec %%JAVA_CMD%% -jar -Xmx512m %%BURP%% "$@"