Skip to content

Instantly share code, notes, and snippets.

@athos-ribeiro
Last active September 21, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athos-ribeiro/cc644a0c6d7377a3ddfd79d8e3dd93d6 to your computer and use it in GitHub Desktop.
Save athos-ribeiro/cc644a0c6d7377a3ddfd79d8e3dd93d6 to your computer and use it in GitHub Desktop.
#!/bin/sh
while [ true ] ; do
sleep $1;
for i in {1..5} ; do
espeak "rotate";
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment