Skip to content

Instantly share code, notes, and snippets.

@eMahtab
Created October 24, 2018 18:29
Show Gist options
  • Save eMahtab/5d498f0d467b89ca1e245757b08395e2 to your computer and use it in GitHub Desktop.
Save eMahtab/5d498f0d467b89ca1e245757b08395e2 to your computer and use it in GitHub Desktop.
While loop
while [ 1 ]; do echo $(date), $RANDOM ; sleep 1; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment