From 80e4219fe1916763e284b2e44000ca089b649a45 Mon Sep 17 00:00:00 2001 From: ston1th Date: Sat, 14 May 2016 20:36:38 +0200 Subject: [PATCH] go v1.6.2 and codebackup --- build-go.sh | 2 +- codebackup.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 codebackup.sh diff --git a/build-go.sh b/build-go.sh index 118349c..eadb0f0 100755 --- a/build-go.sh +++ b/build-go.sh @@ -11,7 +11,7 @@ GITHUB="https://github.com/golang/go/archive/" V14="go1.4.3" TGZ14="${V14}.tar.gz" -Vnew="go1.6" +Vnew="go1.6.2" TGZnew="${Vnew}.tar.gz" INSTALL="/usr/local" diff --git a/codebackup.sh b/codebackup.sh new file mode 100755 index 0000000..9142ced --- /dev/null +++ b/codebackup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find -type f -regex ".*.go\|.*.html\|.*.sh\|.*.txt\|.*.md\|.*LICENSE.*\|.*Makefile.*" -print0 | tar cfvJ code.tar.xz --null -T -