removes non-working errands

This commit is contained in:
2019-05-13 21:46:23 +02:00
parent 161b8e6c6b
commit 73a0a90632

View File

@@ -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