go v1.6.2 and codebackup
This commit is contained in:
parent
321b5ce674
commit
80e4219fe1
2 changed files with 3 additions and 1 deletions
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