-
-
Save nachinius/a8fee3e7d0def48c9c395e7b4b17bfa1 to your computer and use it in GitHub Desktop.
A shell one-liner for an infinite loop (sh/zsh/bash compatible)
This file contains 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 true; do date; sleep 5; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment