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