update examples

This commit is contained in:
Denis Lehmann 2022-01-15 11:53:08 +01:00
parent 1fcae8c904
commit 69943c5f06
3 changed files with 45 additions and 30 deletions

View file

@ -39,4 +39,4 @@ while [ "$counter" -ge 1 ]; do
sleep 1
done
echo -n "$sftrs" # Reset text formatting
echo "$text" # Use parsed argument
echo " $text" # Use parsed argument