From a7514e22fc223ed4162972a614fabcc4ce1f45f4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 28 Mar 2021 13:32:28 -0500 Subject: [PATCH] who cares --- .gitignore | 0 .gitmodules | 0 build.sh | 4 ++-- main.go | 0 public/index.html | 0 5 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 build.sh mode change 100644 => 100755 main.go mode change 100644 => 100755 public/index.html diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 01573f9..b44a3c1 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ function init() { } function server() { - local f="./server" + local f="./exec-server" GOOS=linux CGO_ENABLED=0 go build -o "$f" -a -installsuffix cgo >&2 echo "$f" } @@ -27,7 +27,7 @@ function gitname() { } function pack() { - tar -czf "$1.tar" "./server" "./public" + tar -czf "$1.tar" "./exec-server" "./public" echo "$1.tar" } diff --git a/main.go b/main.go old mode 100644 new mode 100755 diff --git a/public/index.html b/public/index.html old mode 100644 new mode 100755