Skip to content

Instantly share code, notes, and snippets.

@jnpn
Created February 15, 2024 00:21
Show Gist options
  • Save jnpn/cf5ae23e7897d9d8cae7572b659a90d3 to your computer and use it in GitHub Desktop.
Save jnpn/cf5ae23e7897d9d8cae7572b659a90d3 to your computer and use it in GitHub Desktop.
blind typing exercises
# you can type stuff blind, listen to it to check, and do it again
which espeak || echo "you need to install espeak"
while true; do read word; echo $word | espeak ; sleep 1; echo "next" | espeak ; sleep 1 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment