mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2c6749ad09
PR: ports/151440 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd %%PATH%%
|
|
exec %%PYTHON_CMD%% -O w3af_console.py
|