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