3 lines
135 B
Plaintext
3 lines
135 B
Plaintext
|
#!/bin/env bash
|
||
|
https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082/ wget --secure-protocol=TLSv1_2 --timeout=180 "$@"
|