whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
python3-pycurl
/
tests
/
fake-curl
/
Upload File:
files >> //proc/self/root/usr/share/doc/python3-pycurl/tests/fake-curl/curl-config-empty
#!/bin/sh # A curl-config that returns empty responses as much as possible output= while test -n "$1"; do case "$1" in --libs) # --libs or --static-libs must succeed and produce output echo '-lcurl' ;; esac shift done
Copyright ©2021 || Defacer Indonesia