4 lines
107 B
Bash
4 lines
107 B
Bash
#!/bin/bash
|
|
export http_proxy=http://10.121.38.1:8080
|
|
export https_proxy=http://10.121.38.1:8080
|
|
vagrant up |