Skip to content

Instantly share code, notes, and snippets.

@damiann
Created April 11, 2017 19:55
Show Gist options
  • Save damiann/3a087a041e4ae2f8fb20ac4eefc38eb1 to your computer and use it in GitHub Desktop.
Save damiann/3a087a041e4ae2f8fb20ac4eefc38eb1 to your computer and use it in GitHub Desktop.

Revisions

  1. damiann created this gist Apr 11, 2017.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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