mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
da775d6f1e
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
56 B
Bash
7 lines
56 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
( cd /opt/w3af
|
|
./w3af_console $@
|
|
)
|