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-ssl-in-libs
#!/bin/sh # A curl-config that returns -lssl in --libs but not in --static-libs output= while test -n "$1"; do case "$1" in --libs) echo '-lcurl -lssl' ;; --features) echo 'SSL' ;; esac shift done
Copyright ©2021 || Defacer Indonesia