feat(bkgpslog):Consolidate write ops into one function
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 00:55:23 +0000 (00:55 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 00:55:23 +0000 (00:55 +0000)
commit66af62254cbae8f201f423cc41090408ac56a164
tree48c705e6b9157be345ba942ea059f3d41c620bcf
parentc9374dab6a305efed6bd9669ca52ee082b5d30b3
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.
exec/bkgpslog