From: Steven Baltakatei Sandoval Date: Thu, 2 Jul 2020 00:55:23 +0000 (+0000) Subject: feat(bkgpslog):Consolidate write ops into one function X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/66af62254cbae8f201f423cc41090408ac56a164?ds=inline;hp=66af62254cbae8f201f423cc41090408ac56a164 feat(bkgpslog):Consolidate write ops into one function Create metafunction 'magicWriteBuffer' to be triggered for asynchronous appending of location files into tar file via appendArgTar function (new) once buffer filled in main logging loop. Create appendArgTar function to append a bash variable as a file to a tar file. ---