mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
5 lines
49 B
Text
5 lines
49 B
Text
|
#!/bin/sh
|
||
|
( cd /opt/sqlmap
|
||
|
./sqlmapapi.py $@
|
||
|
)
|