From: Steven Baltakatei Sandoval Date: Thu, 2 Jul 2020 16:28:57 +0000 (+0000) Subject: feat(unitproc):Created appendArgTar: appends bashvar as file to tar X-Git-Tag: 0.2.0~12 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/0f8ac166c15a51a2422eb2d2f34af8f7e82442fc?hp=0f8ac166c15a51a2422eb2d2f34af8f7e82442fc 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. ---