Commit 570905c3862e8168eb98250ca124ff2ce7c00e33
1 parent
cee2a687
Exists in
master
and in
4 other branches
提交
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
src/HttpServer/main/build.sh
1 | 1 | #!/usr/bin |
2 | -export GOPATH=/home/luheng/new_catcafe | |
2 | +export GOPATH=/home/luheng/xiao_xingxing | |
3 | 3 | echo "begin dos2unix..." |
4 | 4 | find ../ -name '*.go' | xargs dos2unix |
5 | 5 | |
... | ... | @@ -7,5 +7,5 @@ echo "begin build..." |
7 | 7 | go build |
8 | 8 | echo "end build..." |
9 | 9 | echo "start run..." |
10 | -mv main CAFESRV | |
10 | +mv main XINGXINGSRV | |
11 | 11 | sh run.sh | ... | ... |
src/HttpServer/main/run.sh