Files
ports/security/dirbuster/files/dirbuster.sh
2021-04-06 16:31:13 +02:00

5 lines
74 B
Bash

#!/bin/sh
cd %%PATH%%
exec %%JAVA_CMD%% -jar -Xmx256m %%DIRBUSTER%% "$@"