#!/bin/bash proxy='http://localhost:1080' export http_proxy="$proxy" export https_proxy="$proxy" "$@"