GITLAB

陆恒 / HappyCat

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • happycat
  • src
  • HttpServer
  • main
  • build.sh
  • b7b2d64b   提交 Browse Code »
    陆恒
    2020-06-09 17:44:38 +0800  
build.sh 214 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin
export GOPATH=/home/luheng/happycat
echo "begin dos2unix..."
find ../ -name '*.go' | xargs dos2unix

echo "begin build..."
go build 
echo "end build..."
echo "start run..."
mv main HAPPYCATSRV
sh run.sh