Your IP : 216.73.216.79


Current Path : /usr/share/python3/runtime.d/
Upload File :
Current File : //usr/share/python3/runtime.d/sqlmap.rtupdate

#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p sqlmap /usr/share/sqlmap
	py3compile -p sqlmap  /usr/share/sqlmap
fi