unecessary stuff

This commit is contained in:
fatalerrors
2026-05-27 14:40:02 +02:00
parent f6bf229c8d
commit ac7eba14b0

View File

@@ -253,10 +253,7 @@ fake_compile()
printf "\nBuild SUCCEEDED: 0 error(s), %d warning(s)\n" \
"$(( RANDOM % 15 + 2 ))"
fi
) & local sub_pid=$!
IFS= read -r -n 1 -s _ </dev/tty
return 0
)
}
export -f fake_compile
# ------------------------------------------------------------------------------
@@ -413,10 +410,7 @@ hack()
printf "[*] Cleaning logs on %s...\n" "$target"
sleep "$delay_s"
printf "[+] Done. Have a nice day.\n"
) & local sub_pid=$!
IFS= read -r -n 1 -s _ </dev/tty
return 0
)
}
export -f hack
# ------------------------------------------------------------------------------