This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #### if you use a proxy add it here | |
| # http_proxy=http://127.0.0.1:8118/ | |
| # HTTP_PROXY=$http_proxy | |
| # export http_proxy HTTP_PROXY | |
| # git config --global http.proxy $HTTP_PROXY | |
| ##### end proxy stuff ########## | |
| #### add your parent folder here #### |
NewerOlder