slackbuilds_ponce/network/sqlmap/sqlmap
2010-05-13 13:31:56 +02:00

4 lines
46 B
Bash

#!/bin/sh
( cd /opt/sqlmap
./sqlmap.py $@
)