Skip to content

Instantly share code, notes, and snippets.

@waiteb3
Last active December 3, 2015 01:22
Show Gist options
  • Save waiteb3/61d1f0f2d48c9cd4f95f to your computer and use it in GitHub Desktop.
Save waiteb3/61d1f0f2d48c9cd4f95f to your computer and use it in GitHub Desktop.
(while [[ -f $FILE ]]; do sleep 1; done; for i in {1..10}; do echo -en '\a'; sleep .1; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment