Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bad-proxies « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fceca168d886e8fad0e0a3372fc3b9de6356a42f (plain)
1
2
3
4
5
6
#!/bin/sh

export http_proxy=http://invalid
export https_proxy=https://invalid

exec "$@"