slackbuilds/network/w3af/w3af_gui

5 lines
43 B
Bash

#!/bin/sh
( cd /opt/w3af
./w3af_gui $@
)