5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/sh
|
|
|
|
cd %%PATH%%
|
|
exec %%JAVA_CMD%% -jar -Xmx256m %%DIRBUSTER%% "$@"
|