feat(unitproc):appendFileTar:Simplified to use only one process cmd
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 20:30:11 +0000 (20:30 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 20:30:11 +0000 (20:30 +0000)
commit3621642d7b74e08f23d4d1958d5c0cbe362f8cad
tree3d5c1566e0e84e9ca2e66642c328e9a5fb94867c
parentee519cfd609f77efb4cd16ab4cc565cef810d7b6
feat(unitproc):appendFileTar:Simplified to use only one process cmd

Instead of specifying a finite number of process command arguments or
attempting to use an array to specify dynamic numbers of process
command arguments, instead, accept only a single command string
argument. If desired, multiple process command strings can be
concatenated before the combined string is provided as a single
argument to appendFileTar().
unitproc/bktemp-appendFileTar