From 73a0a90632ec57f433d641b5022598f7bec6d0cd Mon Sep 17 00:00:00 2001 From: Artus Date: Mon, 13 May 2019 21:46:23 +0200 Subject: [PATCH] removes non-working errands --- main.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.sh b/main.sh index fb5bb13..105a922 100644 --- a/main.sh +++ b/main.sh @@ -24,13 +24,6 @@ __print_title_header () { echo "*****" } -__check_last_pipe_status () { - local last_index=$((${#PIPESTATUS[@]}-1)) - local last_exit_code=${PIPESTATUS[$last_index]} - echo "DEBUG: $last_index, $last_exit_code" - return last_exit_code -} - title () { if [[ $BOG_TITLE_PRINTED -eq 0 ]] then