scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit 3eaf435be4cda3b75d939acfd645b450a8ac2ce0
parent 90e41fb5c6691b8e9105c5c983101aa22ef4072e
Author: gearsix <gearsix@tuta.io>
Date:   Tue, 13 Apr 2021 10:50:28 +0100

added comment doc to gobuild

Diffstat:
Msrc/gobuild.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gobuild.sh b/src/gobuild.sh @@ -1,3 +1,7 @@ +#!/bin/bash +# DESCRIPTION: build a go pkg for all supported platforms +# DEPENDENCIES: go + name=$1 src=$2 arch=(amd64 386 arm)