slackbuilds/network/w3af/w3af_console

8 lines
56 B
Bash

#!/bin/sh
set -e
( cd /opt/w3af
./w3af_console $@
)