#!/system/bin/sh
# wget2: wrapper to run with certs

dir="$(cd "$(dirname "$0")"; pwd)"
$dir/wget2.bin --ca-certificate /system/etc/security/ca-certificates-wget2.crt "$@"
