projects
/
BK-2020-03.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
ceadf84
)
feat(unitproc):Add checkTar. Makes sure a tar exists
author
Steven Baltakatei Sandoval
<baltakatei@gmail.com>
Thu, 2 Jul 2020 17:53:03 +0000
(17:53 +0000)
committer
Steven Baltakatei Sandoval
<baltakatei@gmail.com>
Thu, 2 Jul 2020 17:53:03 +0000
(17:53 +0000)
Added checkTar() Bash function template. It checks to see if file arg1 is a
valid tar archive. If file exists but `tar` doesn't recognize it as
valid, then rename it with a nonce and create an empty tar in its place.
No differences found