feat(unitproc):Created appendArgTar: appends bashvar as file to tar
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 16:28:57 +0000 (16:28 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 16:28:57 +0000 (16:28 +0000)
Created appendArgTar function which appends a provided bash variable
to a specified tar archive using a specified temporary staging file
directory. It does not create a tar and will exit if the write
operation fails.


No differences found