From 0fa6b4e9b8b2ec84a67dab2d1bc264f232fe95fb Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Thu, 5 Oct 2017 09:21:38 -0700 Subject: [PATCH] Add comment describing the script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index c6abc35..c5721f5 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Creates unsigned binaries for macOS (64bit), and Linux/Windows (32 and 64bit) function check_version { grep "VERSION" ./akamai.go | grep \"$1\" if [[ $? -eq 1 ]]