Created
August 11, 2014 12:25
-
-
Save hatchan/9cee3857feff34dc6c3c to your computer and use it in GitHub Desktop.
Create a dot every 60 seconds to simulate activity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( 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