aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-x[-rw-r--r--]build.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e8630f3..1320fdf 100644..100755
--- a/build.sh
+++ b/build.sh
@@ -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"