mirror of
https://github.com/Ponce/slackbuilds
synced 2024-10-29 18:42:51 +01:00
5 lines
43 B
Text
5 lines
43 B
Text
|
#!/bin/sh
|
||
|
( cd /opt/w3af
|
||
|
./w3af_gui $@
|
||
|
)
|