If stdin was "-e" for instance, this would have been interpreted.
@ -155,7 +155,7 @@ check_input() {
exit 1
fi
{
echo -n "$chars"
printf "%s" "$chars"
cat
}