guide/crime5/typewrite.sh aktualisiert
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
type_text() {
|
type_text() {
|
||||||
local text="$1"
|
local text="$1"
|
||||||
local delay="$2"
|
local delay="$2"
|
||||||
local i char
|
local char
|
||||||
|
|
||||||
while IFS= read -r -n1 char; do
|
while IFS= read -r -n1 char; do
|
||||||
printf "%b" "$char"
|
printf "%b" "$char"
|
||||||
@@ -13,5 +13,5 @@ type_text() {
|
|||||||
printf "\n"
|
printf "\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
type_text "\033[3;37mNein… du hast es wirklich geschafft.\033[0m" 0.09
|
type_text "$(echo -e "\e[3;37mNein… du hast es wirklich geschafft.\e[0m")" 0.05
|
||||||
type_text "\033[3mAber glaub ja nicht, dass ich es dir nun einfacher mache.\033[0m" 0.09
|
type_text "$(echo -e "\e[3mAber glaub ja nicht, dass ich es dir nun einfacher mache.\e[0m")" 0.05
|
||||||
|
|||||||
Reference in New Issue
Block a user