Skip to content

Instantly share code, notes, and snippets.

@davecgh
Created October 20, 2015 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecgh/c8f0ebd1bd5e3ca73607 to your computer and use it in GitHub Desktop.
Save davecgh/c8f0ebd1bd5e3ca73607 to your computer and use it in GitHub Desktop.
Shell script to build btcd with the git commit in the description.
#!/bin/sh
cd $GOPATH/src/github.com/btcsuite/btcd
go build -ldflags "-X main.appBuild=$(git describe)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment