diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-12-14 09:56:59 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-12-14 09:56:59 -0500 |
| commit | 8b6467bde7e603e60e128001c3b5e43b1034c561 (patch) | |
| tree | 9c63757a3546f13f346b75586ddc18dd9e384a46 /build.sh | |
| parent | b2056fbf48849e321389977e3fdbb0f5841822c4 (diff) | |
| download | go-website-0.0.1.tar.gz go-website-0.0.1.tar.xz | |
Add a license to the project and version informationv0.0.1
Diffstat (limited to 'build.sh')
| -rwxr-xr-x[-rw-r--r--] | build.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ #!/bin/sh -set -x set -e -version="$(git log --format="%h %d" -1)" +LICENSE="$(cat LICENSE)" + +version="$(git log --format="%h %d" -1) +Source code can be found here: +https://git.riedstra.us/mitch/go-website.git + +$LICENSE" if ! git diff-index --quiet HEAD ; then version="dirty: $version" |
