removes non-working errands
This commit is contained in:
7
main.sh
7
main.sh
@@ -24,13 +24,6 @@ __print_title_header () {
|
|||||||
echo "*****"
|
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 () {
|
title () {
|
||||||
if [[ $BOG_TITLE_PRINTED -eq 0 ]]
|
if [[ $BOG_TITLE_PRINTED -eq 0 ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user