GITLAB

陆恒 / GunShot

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

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