5 Star 9 Fork 1

tietang/props

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
env.sh 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
tietang 提交于 2018-07-02 20:47 . refactor one
#!/usr/bin/env bash
#cd ..
#npm run build
#cd brun
#VERSION=0.1
cpath=`pwd`
echo $cpath
PROJECT_PATH=${cpath%src*} #从右向左截取第一个 src 后的字符串
echo ${PROJECT_PATH}
export GOPATH=$GOPATH:${PROJECT_PATH}
alias SET_SOCKS5_PROXY='polipo socksParentProxy=127.0.0.1:1086 proxyAddress=0.0.0.0'
alias SET_HTTP_HTTPS_PROXY='env http_proxy=http://127.0.0.1:8123 https_proxy=http://127.0.0.1:8123'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tietang/props.git
[email protected]:tietang/props.git
tietang
props
props
master

搜索帮助