ob-vaults/Phoenix/tasks/workplace.md
2024-09-12 17:54:01 +03:30

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'
}