209 B
209 B
workplace
- make a bash script to set proxy environment variable with on and off
#use http_proxy, https_proxy if posible use socks5 also
# some hint
setEnv() {
export TEST_A='Set'
}