go v1.6.2 and codebackup
This commit is contained in:
parent
321b5ce674
commit
80e4219fe1
2 changed files with 3 additions and 1 deletions
|
|
@ -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
2
codebackup.sh
Executable 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 -
|
||||||
Loading…
Add table
Add a link
Reference in a new issue