diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-12 23:32:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:53 +0200 |
commit | 0d3981844e5bef98c119c1319c8a8967adefb996 (patch) | |
tree | 8a3385442b175c141861a7fbc2472ce13a17e92d /network/w3af/w3af_console | |
parent | 1a98c0a24f0419b562c11f142af55d75273d2dc7 (diff) | |
download | slackbuilds-0d3981844e5bef98c119c1319c8a8967adefb996.tar.gz |
network/w3af: Added to 12.2 repository
Diffstat (limited to 'network/w3af/w3af_console')
-rw-r--r-- | network/w3af/w3af_console | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/w3af/w3af_console b/network/w3af/w3af_console new file mode 100644 index 0000000000..925f61b1c2 --- /dev/null +++ b/network/w3af/w3af_console @@ -0,0 +1,4 @@ +#!/bin/sh +( cd /opt/w3af + ./w3af_console $@ +) |