Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Forked from jj1bdx/sleep5.sh
Created June 12, 2019 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrgifford/d934e6981d69af7dee418b2a118156e1 to your computer and use it in GitHub Desktop.
Save jrgifford/d934e6981d69af7dee418b2a118156e1 to your computer and use it in GitHub Desktop.
A shell one-liner for an infinite loop (sh/zsh/bash compatible)
while true; do date; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment