Created
April 11, 2017 19:55
-
-
Save damiann/3a087a041e4ae2f8fb20ac4eefc38eb1 to your computer and use it in GitHub Desktop.
Rerun terminal command multiple times
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
cmd="..some command..."; for i in $(seq 5); do $cmd; sleep 1; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment