1#!/bin/sh
2
3export http_proxy=http://invalid
4export https_proxy=https://invalid
5
6exec "$@"
7