removes non-working errands
This commit is contained in:
7
main.sh
7
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
|
||||
|
||||
Reference in New Issue
Block a user