guide/crime5/typewrite.sh aktualisiert

This commit is contained in:
2025-11-17 10:01:16 +00:00
parent 427fe71606
commit baaed6e7cf

View File

@@ -3,7 +3,7 @@
type_text() {
local text="$1"
local delay="$2"
local i char
local char
while IFS= read -r -n1 char; do
printf "%b" "$char"
@@ -13,5 +13,5 @@ type_text() {
printf "\n"
}
type_text "\033[3;37mNein… du hast es wirklich geschafft.\033[0m" 0.09
type_text "\033[3mAber glaub ja nicht, dass ich es dir nun einfacher mache.\033[0m" 0.09
type_text "$(echo -e "\e[3;37mNein… du hast es wirklich geschafft.\e[0m")" 0.05
type_text "$(echo -e "\e[3mAber glaub ja nicht, dass ich es dir nun einfacher mache.\e[0m")" 0.05