4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
export LD_LIBRARY_PATH=${0%/*}
|
|
export CURL_CA_BUNDLE=${0%/*}/cacert.pem
|
|
exec ${0%/*}/curl.elf "$@"
|