Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created August 11, 2014 12:25
Show Gist options
  • Save hatchan/9cee3857feff34dc6c3c to your computer and use it in GitHub Desktop.
Save hatchan/9cee3857feff34dc6c3c to your computer and use it in GitHub Desktop.
Create a dot every 60 seconds to simulate activity
( while [ 1 ]; do echo .; sleep 60; done; ) &
# Long running task
kill %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment