GITLAB

陆恒 / new_catcafe

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • new_catcafe
  • src
  • HttpServer
  • main
  • build.sh
  • da930f25   提交脚本 Browse Code »
    陆恒
    2020-04-18 15:58:07 +0800  
build.sh 213 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin
export GOPATH=/home/luheng/new_catcafe
echo "begin dos2unix..."
find ../ -name '*.go' | xargs dos2unix

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