summaryrefslogtreecommitdiffstats
path: root/network/w3af/w3af_console
blob: 4289d98cc756c72e537118fcabd5faaa27481632 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

( cd /opt/w3af
  ./w3af_console $@
)