slackbuilds/network/w3af/w3af_console

8 lines
56 B
Plaintext
Raw Normal View History

2010-05-13 05:32:53 +08:00
#!/bin/sh
set -e
2010-05-13 05:32:53 +08:00
( cd /opt/w3af
./w3af_console $@
)