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)
commit0f8ac166c15a51a2422eb2d2f34af8f7e82442fc
treec72ab49677513115648c0e878cb30d6aa094df03
parent324720391099ee98e22e06d7d499209efc72812c
feat(unitproc):Created appendArgTar: appends bashvar as file to tar

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.
unitproc/bktemp-appendArgTar [new file with mode: 0644]