Commit f015fd09fd4b346d643e278efad1679a4777d349
1 parent
6a51695e
Exists in
master
提交
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
src/HttpServer/main/build.sh
| 1 | 1 | #!/usr/bin |
| 2 | -export GOPATH=/home/gohttpserver/ver2.2.6/xiao_xingxing | |
| 2 | +export GOPATH=/home/luheng/brainhole | |
| 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 STATSTAR226 | |
| 10 | +mv main BRAINHOLESRV | |
| 11 | 11 | sh run.sh | ... | ... |
src/HttpServer/main/ll.sh
src/HttpServer/main/run.sh