Created
April 11, 2017 19:55
-
-
Save damiann/3a087a041e4ae2f8fb20ac4eefc38eb1 to your computer and use it in GitHub Desktop.
Revisions
-
damiann created this gist
Apr 11, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ cmd="..some command..."; for i in $(seq 5); do $cmd; sleep 1; done