go v1.6.2 and codebackup

This commit is contained in:
ston1th 2016-05-14 20:36:38 +02:00
commit 80e4219fe1
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ GITHUB="https://github.com/golang/go/archive/"
V14="go1.4.3" V14="go1.4.3"
TGZ14="${V14}.tar.gz" TGZ14="${V14}.tar.gz"
Vnew="go1.6" Vnew="go1.6.2"
TGZnew="${Vnew}.tar.gz" TGZnew="${Vnew}.tar.gz"
INSTALL="/usr/local" INSTALL="/usr/local"

2
codebackup.sh Executable file
View file

@ -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 -