added a pipe status combiner method
authorFred T. Hamster <fred@gruntose.com>
Fri, 6 Dec 2024 22:22:26 +0000 (17:22 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 6 Dec 2024 22:22:26 +0000 (17:22 -0500)
commit1d6c17620741529003962417a4be05a9dcdb1b74
tree538efd59b041619c822567f411b9e7ac3a8c95c7
parent5d0b1af8b2992422bf058eb7e03f36136e0a92b8
added a pipe status combiner method

this pushes together as many pipe statuses as requested, to yield one return value.
so it makes it easier to catch and respond to failures at different places in the pipe.
sets the exit value and is guaranteed not to go over the max value of 255.
scripts/core/functions.sh