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-feature-only
#!/bin/sh # A curl-config that indicates SSL is supported but does not say # which SSL library is being used output= while test -n "$1"; do case "$1" in --libs) echo '-lcurl' ;; --features) echo 'SSL' ;; esac shift done
Copyright ©2021 || Defacer Indonesia