Created
October 3, 2017 13:27
-
-
Save irek02/8fc4b6c6904a562dc88dc80eeb206bad to your computer and use it in GitHub Desktop.
bash-while.sh
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 sleep 1; do cmd ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment